Categories |
CategoriesGrizzly Net Networking |
---|---|
GroupId | GroupIdcom.sun.grizzly |
ArtifactId | ArtifactIdgrizzly-http-webserver |
Version | Version1.9.18-m |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.sun.grizzly/grizzly-http-webserver/ -->
<dependency>
<groupId>com.sun.grizzly</groupId>
<artifactId>grizzly-http-webserver</artifactId>
<version>1.9.18-m</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.grizzly/grizzly-http-webserver/
implementation 'com.sun.grizzly:grizzly-http-webserver:1.9.18-m'
// https://jarcasting.com/artifacts/com.sun.grizzly/grizzly-http-webserver/
implementation ("com.sun.grizzly:grizzly-http-webserver:1.9.18-m")
'com.sun.grizzly:grizzly-http-webserver:jar:1.9.18-m'
<dependency org="com.sun.grizzly" name="grizzly-http-webserver" rev="1.9.18-m">
<artifact name="grizzly-http-webserver" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.grizzly', module='grizzly-http-webserver', version='1.9.18-m')
)
libraryDependencies += "com.sun.grizzly" % "grizzly-http-webserver" % "1.9.18-m"
[com.sun.grizzly/grizzly-http-webserver "1.9.18-m"]