Download http-client-basics-1.16.2.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 1.16.2 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials