g

grizzly-httpservice-bundle

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