Download grizzly-http-server-2.0.1.jar file - Jar g

Jar examples for g:grizzly-http-server

Description

You can download jar file grizzly-http-server 2.0.1 in this page.

License

Open Source License

Build File

You can use the following script to add grizzly-http-server-2.0.1.jar to your project.

<dependency>
   <groupId>org.glassfish.grizzly</groupId>
   <artifactId>grizzly-http-server</artifactId>
   <version>2.0.1</version>
</dependency>
compile group: 'org.glassfish.grizzly', name: 'grizzly-http-server', version: '2.0.1'
libraryDependencies += "org.glassfish.grizzly" % "grizzly-http-server" % "2.0.1"
<dependency org="org.glassfish.grizzly" name="grizzly-http-server" rev="2.0.1"/>
@Grapes(@Grab(group='org.glassfish.grizzly', module='grizzly-http-server', version='2.0.1'))
'org.glassfish.grizzly:grizzly-http-server:jar:2.0.1'

Download

Click the following link to download the jar file.

grizzly-http-server-2.0.1.jar
grizzly-http-server-2.0.1-javadoc.jar
grizzly-http-server-2.0.1.pom
grizzly-http-server-2.0.1-sources.jar



Related Tutorials