License |
License |
---|---|
GroupId | GroupIdcom.seepine |
ArtifactId | ArtifactIdhttp |
Last Version | Last Version0.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionhttp
http base on okhttp3.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
http-0.1.0.pom | |
http-0.1.0.jar | 22 KB |
http-0.1.0-sources.jar | 11 KB |
http-0.1.0-javadoc.jar | 87 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.seepine/http/ -->
<dependency>
<groupId>com.seepine</groupId>
<artifactId>http</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.seepine/http/
implementation 'com.seepine:http:0.1.0'
// https://jarcasting.com/artifacts/com.seepine/http/
implementation ("com.seepine:http:0.1.0")
'com.seepine:http:jar:0.1.0'
<dependency org="com.seepine" name="http" rev="0.1.0">
<artifact name="http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.seepine', module='http', version='0.1.0')
)
libraryDependencies += "com.seepine" % "http" % "0.1.0"
[com.seepine/http "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.squareup.okhttp3 : okhttp | jar | 4.9.3 |
Group / Artifact | Type | Version |
---|---|---|
com.seepine : json | jar | 0.0.1 |