License |
License |
---|---|
GroupId | GroupIdcom.seepine |
ArtifactId | ArtifactIdhttp |
Version | Version0.0.2 |
Type | Typejar |
Description |
Descriptionhttp
http base on okhttp3.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
http-0.0.2.pom | |
http-0.0.2.jar | 26 KB |
http-0.0.2-sources.jar | 12 KB |
http-0.0.2-javadoc.jar | 103 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.seepine/http/ -->
<dependency>
<groupId>com.seepine</groupId>
<artifactId>http</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.seepine/http/
implementation 'com.seepine:http:0.0.2'
// https://jarcasting.com/artifacts/com.seepine/http/
implementation ("com.seepine:http:0.0.2")
'com.seepine:http:jar:0.0.2'
<dependency org="com.seepine" name="http" rev="0.0.2">
<artifact name="http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.seepine', module='http', version='0.0.2')
)
libraryDependencies += "com.seepine" % "http" % "0.0.2"
[com.seepine/http "0.0.2"]
Group / Artifact | Type | Version |
---|---|---|
com.squareup.okhttp3 : okhttp | jar | 4.9.3 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.13.2 |
com.fasterxml.jackson.datatype : jackson-datatype-jsr310 | jar | 2.13.2 |
ch.qos.logback : logback-classic | jar | 1.2.11 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok Optional | jar | 1.18.22 |