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