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

Jar examples for j:java-http-client

Description

A simple HTTP client

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

License

MIT License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials