Download oh-my-request-0.0.1.jar file - Jar o

Jar examples for o:oh-my-request

Description

Java Http Request Library

You can download jar file oh-my-request 0.0.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add oh-my-request-0.0.1.jar to your project.

<dependency>
   <groupId>io.github.biezhi</groupId>
   <artifactId>oh-my-request</artifactId>
   <version>0.0.1</version>
</dependency>
compile group: 'io.github.biezhi', name: 'oh-my-request', version: '0.0.1'
libraryDependencies += "io.github.biezhi" % "oh-my-request" % "0.0.1"
<dependency org="io.github.biezhi" name="oh-my-request" rev="0.0.1"/>
@Grapes(@Grab(group='io.github.biezhi', module='oh-my-request', version='0.0.1'))
'io.github.biezhi:oh-my-request:jar:0.0.1'

Download

Click the following link to download the jar file.

oh-my-request-0.0.1-javadoc.jar
oh-my-request-0.0.1-sources.jar
oh-my-request-0.0.1.jar
oh-my-request-0.0.1.pom



Related Tutorials