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

Jar examples for g:grizzly-http-server

Description

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

License

Open Source License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials