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