is not current version
Last Version 0.18.4

com.artipie:http 0.13

HTTP layer of Artipie

Categories

Categories

Artipie Build Tools Distribution
GroupId

GroupId

com.artipie
ArtifactId

ArtifactId

http
Version

Version

0.13
Type

Type

jar

Download http 0.13


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