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