g

glassfish-embedded-static-shell-frag

文件下载
文件名 操作
glassfish-embedded-static-shell-frag-3.1-b30.pom 下载
glassfish-embedded-static-shell-frag-3.1-b30-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.glassfish.extras</groupId>
  <artifactId>glassfish-embedded-static-shell-frag</artifactId>
  <version>3.1-b30</version>
  <type>distribution-fragment</type>
</dependency>
Gradle Groovy
implementation 'org.glassfish.extras:glassfish-embedded-static-shell-frag:3.1-b30'
Gradle Kotlin
implementation("org.glassfish.extras:glassfish-embedded-static-shell-frag:3.1-b30")
Scala SBT
libraryDependencies += "org.glassfish.extras" % "glassfish-embedded-static-shell-frag" % "3.1-b30"
Groovy Grape
@Grapes(
  @Grab(group='org.glassfish.extras', module='glassfish-embedded-static-shell-frag', version='3.1-b30')
)
Apache Ivy
<dependency org="org.glassfish.extras" name="glassfish-embedded-static-shell-frag" rev="3.1-b30" />
Leiningen
[org.glassfish.extras/glassfish-embedded-static-shell-frag "3.1-b30"]
Apache Buildr
'org.glassfish.extras:glassfish-embedded-static-shell-frag:jar:3.1-b30'