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