Download requests-4.17.0.jar file - Jar r

Jar examples for r:requests

Description

Requests(http requests lib) for java

You can download jar file requests 4.17.0 in this page.

License

The GNU General Public License, Version 3.0

Build File

You can use the following script to add requests-4.17.0.jar to your project.

<dependency>
   <groupId>net.dongliu</groupId>
   <artifactId>requests</artifactId>
   <version>4.17.0</version>
</dependency>
compile group: 'net.dongliu', name: 'requests', version: '4.17.0'
libraryDependencies += "net.dongliu" % "requests" % "4.17.0"
<dependency org="net.dongliu" name="requests" rev="4.17.0"/>
@Grapes(@Grab(group='net.dongliu', module='requests', version='4.17.0'))
'net.dongliu:requests:jar:4.17.0'

Download

Click the following link to download the jar file.

requests-4.17.0-javadoc.jar
requests-4.17.0-sources.jar
requests-4.17.0.jar
requests-4.17.0.pom



Related Tutorials