Categories |
CategoriesGlassFish Container Application Servers Grizzly Net Networking |
---|---|
GroupId | GroupIdorg.glassfish.grizzly |
ArtifactId | ArtifactIdgrizzly-http-server-core |
Version | Version2.4.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.glassfish.grizzly/grizzly-http-server-core/ -->
<dependency>
<groupId>org.glassfish.grizzly</groupId>
<artifactId>grizzly-http-server-core</artifactId>
<version>2.4.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.grizzly/grizzly-http-server-core/
implementation 'org.glassfish.grizzly:grizzly-http-server-core:2.4.4'
// https://jarcasting.com/artifacts/org.glassfish.grizzly/grizzly-http-server-core/
implementation ("org.glassfish.grizzly:grizzly-http-server-core:2.4.4")
'org.glassfish.grizzly:grizzly-http-server-core:jar:2.4.4'
<dependency org="org.glassfish.grizzly" name="grizzly-http-server-core" rev="2.4.4">
<artifact name="grizzly-http-server-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.grizzly', module='grizzly-http-server-core', version='2.4.4')
)
libraryDependencies += "org.glassfish.grizzly" % "grizzly-http-server-core" % "2.4.4"
[org.glassfish.grizzly/grizzly-http-server-core "2.4.4"]