is not current version
Last Version 0.18.4

com.artipie:http 0.8

HTTP layer of Artipie

Categories

Categories

Artipie Build Tools Distribution
GroupId

GroupId

com.artipie
ArtifactId

ArtifactId

http
Version

Version

0.8
Type

Type

jar

Download http 0.8


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