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