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