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