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