g

grizzly-httpservice-bundle

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