<dependency> <groupId>com.arangodb</groupId> <artifactId>http-protocol</artifactId> <version>7.13.1</version> </dependency>
implementation 'com.arangodb:http-protocol:7.13.1'
implementation("com.arangodb:http-protocol:7.13.1")
libraryDependencies += "com.arangodb" % "http-protocol" % "7.13.1"
@Grapes( @Grab(group='com.arangodb', module='http-protocol', version='7.13.1') )
<dependency org="com.arangodb" name="http-protocol" rev="7.13.1" />
[com.arangodb/http-protocol "7.13.1"]
'com.arangodb:http-protocol:jar:7.13.1'
compile
|-- io.vertx:vertx-web-client:4.5.7
provided
|-- com.arangodb:core:7.13.1