Download jerry-http-1.0.0.jar file - Jar j

Jar examples for j:jerry-http

Description

Common Java functionality for working with HTTP requests

You can download jar file jerry-http 1.0.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add jerry-http-1.0.0.jar to your project.

<dependency>
   <groupId>com.sangupta</groupId>
   <artifactId>jerry-http</artifactId>
   <version>1.0.0</version>
</dependency>
compile group: 'com.sangupta', name: 'jerry-http', version: '1.0.0'
libraryDependencies += "com.sangupta" % "jerry-http" % "1.0.0"
<dependency org="com.sangupta" name="jerry-http" rev="1.0.0"/>
@Grapes(@Grab(group='com.sangupta', module='jerry-http', version='1.0.0'))
'com.sangupta:jerry-http:jar:1.0.0'

Download

Click the following link to download the jar file.

jerry-http-1.0.0-javadoc.jar
jerry-http-1.0.0-sources.jar
jerry-http-1.0.0.jar
jerry-http-1.0.0.pom



Related Tutorials