g

grizzly-httpservice-bundle

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