Files download
File Operation
http-0.18.4.jar download
http-0.18.4.pom download
http-0.18.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.artipie</groupId>
  <artifactId>http</artifactId>
  <version>0.18.4</version>
</dependency>
Gradle Groovy
implementation 'com.artipie:http:0.18.4'
Gradle Kotlin
implementation("com.artipie:http:0.18.4")
Scala SBT
libraryDependencies += "com.artipie" % "http" % "0.18.4"
Groovy Grape
@Grapes(
  @Grab(group='com.artipie', module='http', version='0.18.4')
)
Apache Ivy
<dependency org="com.artipie" name="http" rev="0.18.4" />
Leiningen
[com.artipie/http "0.18.4"]
Apache Buildr
'com.artipie:http:jar:0.18.4'