Categories |
CategoriesGlassFish Container Application Servers Grizzly Net Networking |
---|---|
GroupId | GroupIdorg.glassfish.grizzly.osgi |
ArtifactId | ArtifactIdgrizzly-httpservice-bundle |
Version | Version2.4.0-beta6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.glassfish.grizzly.osgi/grizzly-httpservice-bundle/ -->
<dependency>
<groupId>org.glassfish.grizzly.osgi</groupId>
<artifactId>grizzly-httpservice-bundle</artifactId>
<version>2.4.0-beta6</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.grizzly.osgi/grizzly-httpservice-bundle/
implementation 'org.glassfish.grizzly.osgi:grizzly-httpservice-bundle:2.4.0-beta6'
// https://jarcasting.com/artifacts/org.glassfish.grizzly.osgi/grizzly-httpservice-bundle/
implementation ("org.glassfish.grizzly.osgi:grizzly-httpservice-bundle:2.4.0-beta6")
'org.glassfish.grizzly.osgi:grizzly-httpservice-bundle:jar:2.4.0-beta6'
<dependency org="org.glassfish.grizzly.osgi" name="grizzly-httpservice-bundle" rev="2.4.0-beta6">
<artifact name="grizzly-httpservice-bundle" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.grizzly.osgi', module='grizzly-httpservice-bundle', version='2.4.0-beta6')
)
libraryDependencies += "org.glassfish.grizzly.osgi" % "grizzly-httpservice-bundle" % "2.4.0-beta6"
[org.glassfish.grizzly.osgi/grizzly-httpservice-bundle "2.4.0-beta6"]