License |
License
CDDL
|
---|---|
Categories |
CategoriesGrizzly Net Networking |
GroupId | GroupIdcom.sun.grizzly |
ArtifactId | ArtifactIdhttp |
Last Version | Last Version1.6.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiongrizzly-http
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
http-1.6.1.pom | |
http-1.6.1.jar | 174 KB |
http-1.6.1-sources.jar | 428 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sun.grizzly/http/ -->
<dependency>
<groupId>com.sun.grizzly</groupId>
<artifactId>http</artifactId>
<version>1.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.grizzly/http/
implementation 'com.sun.grizzly:http:1.6.1'
// https://jarcasting.com/artifacts/com.sun.grizzly/http/
implementation ("com.sun.grizzly:http:1.6.1")
'com.sun.grizzly:http:jar:1.6.1'
<dependency org="com.sun.grizzly" name="http" rev="1.6.1">
<artifact name="http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.grizzly', module='http', version='1.6.1')
)
libraryDependencies += "com.sun.grizzly" % "http" % "1.6.1"
[com.sun.grizzly/http "1.6.1"]
Group / Artifact | Type | Version |
---|---|---|
com.sun.grizzly : framework | jar | 1.6.1 |
com.sun.grizzly : http-utils | jar | 1.6.1 |
com.sun.grizzly : rcm | jar | 1.6.1 |
com.sun.grizzly : portunif | jar | 1.6.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |