Categories |
CategoriesGrizzly Net Networking |
---|---|
GroupId | GroupIdcom.sun.grizzly |
ArtifactId | ArtifactIdgrizzly-framework-http |
Version | Version1.0.30 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.sun.grizzly/grizzly-framework-http/ -->
<dependency>
<groupId>com.sun.grizzly</groupId>
<artifactId>grizzly-framework-http</artifactId>
<version>1.0.30</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.grizzly/grizzly-framework-http/
implementation 'com.sun.grizzly:grizzly-framework-http:1.0.30'
// https://jarcasting.com/artifacts/com.sun.grizzly/grizzly-framework-http/
implementation ("com.sun.grizzly:grizzly-framework-http:1.0.30")
'com.sun.grizzly:grizzly-framework-http:jar:1.0.30'
<dependency org="com.sun.grizzly" name="grizzly-framework-http" rev="1.0.30">
<artifact name="grizzly-framework-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.grizzly', module='grizzly-framework-http', version='1.0.30')
)
libraryDependencies += "com.sun.grizzly" % "grizzly-framework-http" % "1.0.30"
[com.sun.grizzly/grizzly-framework-http "1.0.30"]