Jar examples for g:grizzly-http-client
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.14 in this page.
Apache Source License 2.0
You can use the following script to add grizzly-http-client-1.14.jar to your project.
<dependency> <groupId>org.glassfish.grizzly</groupId> <artifactId>grizzly-http-client</artifactId> <version>1.14</version> </dependency>
compile group: 'org.glassfish.grizzly', name: 'grizzly-http-client', version: '1.14'
libraryDependencies += "org.glassfish.grizzly" % "grizzly-http-client" % "1.14"
<dependency org="org.glassfish.grizzly" name="grizzly-http-client" rev="1.14"/>
@Grapes(@Grab(group='org.glassfish.grizzly', module='grizzly-http-client', version='1.14'))
'org.glassfish.grizzly:grizzly-http-client:jar:1.14'
Click the following link to download the jar file.
grizzly-http-client-1.14-javadoc.jar