Download java-http-client-2.3.4.jar file - Jar j

Jar examples for j:java-http-client

Description

A simple HTTP client

You can download jar file java-http-client 2.3.4 in this page.

License

MIT License

Build File

You can use the following script to add java-http-client-2.3.4.jar to your project.

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

Download

Click the following link to download the jar file.

java-http-client-2.3.4-jar.jar
java-http-client-2.3.4-javadoc.jar
java-http-client-2.3.4-sources.jar
java-http-client-2.3.4.jar
java-http-client-2.3.4.pom



Related Tutorials