<dependency>
<groupId>com.arangodb</groupId>
<artifactId>arangodb-spring-boot-starter</artifactId>
<version>2.3.3.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='com.arangodb', module='arangodb-spring-boot-starter', version='2.3.3.RELEASE')
)
<dependency org="com.arangodb" name="arangodb-spring-boot-starter" rev="2.3.3.RELEASE" />
compile
|-- org.springframework.boot:spring-boot-starter
|-- com.arangodb:arangodb-spring-data:3.3.0
|-- org.springframework.boot:spring-boot-autoconfigure
|-- org.springframework.boot:spring-boot-configuration-processor
|-- org.springframework.boot:spring-boot-actuator
|-- org.springframework.boot:spring-boot-actuator-autoconfigure
test
|-- org.springframework:spring-test
|-- org.springframework.boot:spring-boot-starter-test
|-- ch.qos.logback:logback-classic
|-- junit:junit