g

grizzly-httpservice-bundle

文件下载
文件名 操作
grizzly-httpservice-bundle-2.3-rc7.jar 下载
grizzly-httpservice-bundle-2.3-rc7.pom 下载
grizzly-httpservice-bundle-2.3-rc7-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.glassfish.grizzly.osgi</groupId>
  <artifactId>grizzly-httpservice-bundle</artifactId>
  <version>2.3-rc7</version>
</dependency>
Gradle Groovy
implementation 'org.glassfish.grizzly.osgi:grizzly-httpservice-bundle:2.3-rc7'
Gradle Kotlin
implementation("org.glassfish.grizzly.osgi:grizzly-httpservice-bundle:2.3-rc7")
Scala SBT
libraryDependencies += "org.glassfish.grizzly.osgi" % "grizzly-httpservice-bundle" % "2.3-rc7"
Groovy Grape
@Grapes(
  @Grab(group='org.glassfish.grizzly.osgi', module='grizzly-httpservice-bundle', version='2.3-rc7')
)
Apache Ivy
<dependency org="org.glassfish.grizzly.osgi" name="grizzly-httpservice-bundle" rev="2.3-rc7" />
Leiningen
[org.glassfish.grizzly.osgi/grizzly-httpservice-bundle "2.3-rc7"]
Apache Buildr
'org.glassfish.grizzly.osgi:grizzly-httpservice-bundle:jar:2.3-rc7'