is not current version
Last Version 0.18.4

com.artipie:http 0.16.2

HTTP layer of Artipie

Categories

Categories

Artipie Build Tools Distribution
GroupId

GroupId

com.artipie
ArtifactId

ArtifactId

http
Version

Version

0.16.2
Type

Type

jar

Download http 0.16.2


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