g

glassfish-embedded-static-shell

Files download
File Operation
glassfish-embedded-static-shell-3.1-b39.jar download
glassfish-embedded-static-shell-3.1-b39.pom download
glassfish-embedded-static-shell-3.1-b39-sources.jar download
Apache Maven
<dependency>
  <groupId>org.glassfish.extras</groupId>
  <artifactId>glassfish-embedded-static-shell</artifactId>
  <version>3.1-b39</version>
</dependency>
Gradle Groovy
implementation 'org.glassfish.extras:glassfish-embedded-static-shell:3.1-b39'
Gradle Kotlin
implementation("org.glassfish.extras:glassfish-embedded-static-shell:3.1-b39")
Scala SBT
libraryDependencies += "org.glassfish.extras" % "glassfish-embedded-static-shell" % "3.1-b39"
Groovy Grape
@Grapes(
  @Grab(group='org.glassfish.extras', module='glassfish-embedded-static-shell', version='3.1-b39')
)
Apache Ivy
<dependency org="org.glassfish.extras" name="glassfish-embedded-static-shell" rev="3.1-b39" />
Leiningen
[org.glassfish.extras/glassfish-embedded-static-shell "3.1-b39"]
Apache Buildr
'org.glassfish.extras:glassfish-embedded-static-shell:jar:3.1-b39'