License |
License
CDDL
|
---|---|
Categories |
CategoriesGrizzly Net Networking |
GroupId | GroupIdcom.sun.grizzly |
ArtifactId | ArtifactIdgrizzly-http-webserver |
Last Version | Last Version2.0.0-M3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiongrizzly-http-webserver
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/com.sun.grizzly/grizzly-http-webserver/ -->
<dependency>
<groupId>com.sun.grizzly</groupId>
<artifactId>grizzly-http-webserver</artifactId>
<version>2.0.0-M3</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.grizzly/grizzly-http-webserver/
implementation 'com.sun.grizzly:grizzly-http-webserver:2.0.0-M3'
// https://jarcasting.com/artifacts/com.sun.grizzly/grizzly-http-webserver/
implementation ("com.sun.grizzly:grizzly-http-webserver:2.0.0-M3")
'com.sun.grizzly:grizzly-http-webserver:jar:2.0.0-M3'
<dependency org="com.sun.grizzly" name="grizzly-http-webserver" rev="2.0.0-M3">
<artifact name="grizzly-http-webserver" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.grizzly', module='grizzly-http-webserver', version='2.0.0-M3')
)
libraryDependencies += "com.sun.grizzly" % "grizzly-http-webserver" % "2.0.0-M3"
[com.sun.grizzly/grizzly-http-webserver "2.0.0-M3"]
Group / Artifact | Type | Version |
---|---|---|
com.sun.grizzly : grizzly-http | jar | 2.0.0-M3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |