License |
License |
---|---|
Categories |
CategoriesCLI User Interface Artipie Build Tools Distribution |
GroupId | GroupIdcom.artipie |
ArtifactId | ArtifactIdhttp-client |
Version | Version0.3.5 |
Type | Typejar |
Description |
DescriptionArtipie HTTP client
HTTP client for Artipie
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
http-client-0.3.5.pom | |
http-client-0.3.5.jar | 31 KB |
http-client-0.3.5-sources.jar | 27 KB |
http-client-0.3.5-javadoc.jar | 127 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.artipie/http-client/ -->
<dependency>
<groupId>com.artipie</groupId>
<artifactId>http-client</artifactId>
<version>0.3.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.artipie/http-client/
implementation 'com.artipie:http-client:0.3.5'
// https://jarcasting.com/artifacts/com.artipie/http-client/
implementation ("com.artipie:http-client:0.3.5")
'com.artipie:http-client:jar:0.3.5'
<dependency org="com.artipie" name="http-client" rev="0.3.5">
<artifact name="http-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.artipie', module='http-client', version='0.3.5')
)
libraryDependencies += "com.artipie" % "http-client" % "0.3.5"
[com.artipie/http-client "0.3.5"]
Group / Artifact | Type | Version |
---|---|---|
com.artipie : http | jar | 0.16.1 |
org.eclipse.jetty : jetty-reactive-httpclient | jar | 1.1.4 |
com.artipie : asto | jar | 0.28 |
javax.json : javax.json-api | jar | 1.1.4 |
org.glassfish : javax.json | jar | 1.1.4 |
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : annotations | jar | 3.0.1u2 |
Group / Artifact | Type | Version |
---|---|---|
org.hamcrest : hamcrest | jar | 2.2-rc1 |
org.junit.jupiter : junit-jupiter-engine | jar | |
org.junit.jupiter : junit-jupiter-api | jar | |
org.junit.jupiter : junit-jupiter-params | jar | |
org.slf4j : slf4j-api | jar | 1.8.0-alpha2 |
org.slf4j : slf4j-log4j12 | jar | 1.8.0-beta0 |
log4j : log4j | jar | 1.2.17 |
com.artipie : vertx-server | jar | 0.3.2 |