Download grizzly-http-client-1.2.jar file - Jar g

Jar examples for g:grizzly-http-client

Description

The Grizzly Async Http Client library purpose is to allow Java applications to easily execute HTTP requests and asynchronously process the HTTP responses.

You can download jar file grizzly-http-client 1.2 in this page.

License

Apache Source License 2.0

Build File

You can use the following script to add grizzly-http-client-1.2.jar to your project.

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

Download

Click the following link to download the jar file.

grizzly-http-client-1.2-javadoc.jar
grizzly-http-client-1.2-sources.jar
grizzly-http-client-1.2.jar
grizzly-http-client-1.2.pom



Related Tutorials