Categories |
CategoriesGrizzly Net Networking |
---|---|
GroupId | GroupIdcom.sun.grizzly.osgi |
ArtifactId | ArtifactIdgrizzly-httpservice-bundle |
Version | Version1.9.61 |
Type | Typejar |
Filename | Size |
---|---|
grizzly-httpservice-bundle-1.9.61.pom | |
grizzly-httpservice-bundle-1.9.61.jar | 1 MB |
grizzly-httpservice-bundle-1.9.61-sources.jar | 453 bytes |
grizzly-httpservice-bundle-1.9.61-javadoc.jar | 337 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.sun.grizzly.osgi/grizzly-httpservice-bundle/ -->
<dependency>
<groupId>com.sun.grizzly.osgi</groupId>
<artifactId>grizzly-httpservice-bundle</artifactId>
<version>1.9.61</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.grizzly.osgi/grizzly-httpservice-bundle/
implementation 'com.sun.grizzly.osgi:grizzly-httpservice-bundle:1.9.61'
// https://jarcasting.com/artifacts/com.sun.grizzly.osgi/grizzly-httpservice-bundle/
implementation ("com.sun.grizzly.osgi:grizzly-httpservice-bundle:1.9.61")
'com.sun.grizzly.osgi:grizzly-httpservice-bundle:jar:1.9.61'
<dependency org="com.sun.grizzly.osgi" name="grizzly-httpservice-bundle" rev="1.9.61">
<artifact name="grizzly-httpservice-bundle" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.grizzly.osgi', module='grizzly-httpservice-bundle', version='1.9.61')
)
libraryDependencies += "com.sun.grizzly.osgi" % "grizzly-httpservice-bundle" % "1.9.61"
[com.sun.grizzly.osgi/grizzly-httpservice-bundle "1.9.61"]