is not current version
Last Version 1.6.1

com.sun.grizzly:http 1.5.2


Categories

Categories

Grizzly Net Networking
GroupId

GroupId

com.sun.grizzly
ArtifactId

ArtifactId

http
Version

Version

1.5.2
Type

Type

jar

Download http 1.5.2


<!-- https://jarcasting.com/artifacts/com.sun.grizzly/http/ -->
<dependency>
    <groupId>com.sun.grizzly</groupId>
    <artifactId>http</artifactId>
    <version>1.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.grizzly/http/
implementation 'com.sun.grizzly:http:1.5.2'
// https://jarcasting.com/artifacts/com.sun.grizzly/http/
implementation ("com.sun.grizzly:http:1.5.2")
'com.sun.grizzly:http:jar:1.5.2'
<dependency org="com.sun.grizzly" name="http" rev="1.5.2">
  <artifact name="http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.grizzly', module='http', version='1.5.2')
)
libraryDependencies += "com.sun.grizzly" % "http" % "1.5.2"
[com.sun.grizzly/http "1.5.2"]