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