is not current version
Last Version 0.1.0

com.seepine:http 0.0.9

http base on okhttp3.

GroupId

GroupId

com.seepine
ArtifactId

ArtifactId

http
Version

Version

0.0.9
Type

Type

jar

Download http 0.0.9


<!-- https://jarcasting.com/artifacts/com.seepine/http/ -->
<dependency>
    <groupId>com.seepine</groupId>
    <artifactId>http</artifactId>
    <version>0.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.seepine/http/
implementation 'com.seepine:http:0.0.9'
// https://jarcasting.com/artifacts/com.seepine/http/
implementation ("com.seepine:http:0.0.9")
'com.seepine:http:jar:0.0.9'
<dependency org="com.seepine" name="http" rev="0.0.9">
  <artifact name="http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.seepine', module='http', version='0.0.9')
)
libraryDependencies += "com.seepine" % "http" % "0.0.9"
[com.seepine/http "0.0.9"]