Download http-client-basics-0.10.jar file - Jar h

Jar examples for h:http-client-basics

Description

Basic implementations of http-client-essentials that are frequently used.

You can download jar file http-client-basics 0.10 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add http-client-basics-0.10.jar to your project.

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

Download

Click the following link to download the jar file.

http-client-basics-0.10-javadoc.jar
http-client-basics-0.10-sources.jar
http-client-basics-0.10.jar
http-client-basics-0.10.pom



Related Tutorials