License |
License
The Apache Software License, Version 2.0
|
---|---|
GroupId | GroupIdio.github.hadix-lin |
ArtifactId | ArtifactIdhttp |
Version | Version1.0 |
Type | Typejar |
Description |
Descriptionhttp
a facade of Apache Http Client and OkHttp
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
http-1.0.pom | |
http-1.0.jar | 59 KB |
http-1.0-sources.jar | 15 KB |
http-1.0-javadoc.jar | 75 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.hadix-lin/http/ -->
<dependency>
<groupId>io.github.hadix-lin</groupId>
<artifactId>http</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.hadix-lin/http/
implementation 'io.github.hadix-lin:http:1.0'
// https://jarcasting.com/artifacts/io.github.hadix-lin/http/
implementation ("io.github.hadix-lin:http:1.0")
'io.github.hadix-lin:http:jar:1.0'
<dependency org="io.github.hadix-lin" name="http" rev="1.0">
<artifact name="http" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.hadix-lin', module='http', version='1.0')
)
libraryDependencies += "io.github.hadix-lin" % "http" % "1.0"
[io.github.hadix-lin/http "1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.3.31 |
org.slf4j : slf4j-api | jar | 1.7.25 |
com.fasterxml.jackson.module : jackson-module-kotlin | jar | 2.9.8 |
Group / Artifact | Type | Version |
---|---|---|
com.squareup.okhttp3 : okhttp | jar | 3.9.1 |
com.squareup.okhttp3 : logging-interceptor | jar | 3.9.1 |
org.apache.httpcomponents : httpclient | jar | 4.5.5 |
org.apache.httpcomponents : httpmime | jar | 4.5.5 |
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-test-junit | jar | 1.3.31 |
junit : junit | jar | 4.12 |