is not current version
Last Version 0.18.4

com.artipie:http 0.14

HTTP layer of Artipie

Categories

Categories

Artipie Build Tools Distribution
GroupId

GroupId

com.artipie
ArtifactId

ArtifactId

http
Version

Version

0.14
Type

Type

jar

Download http 0.14


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