<dependency>
<groupId>com.arangodb</groupId>
<artifactId>arangodb-spring-boot-starter</artifactId>
<version>1.0.0</version>
</dependency>
@Grapes(
@Grab(group='com.arangodb', module='arangodb-spring-boot-starter', version='1.0.0')
)
compile
|-- com.arangodb:arangodb-spring-data:3.2.0
|-- org.springframework.boot:spring-boot-autoconfigure:2.1.0.RELEASE
|-- org.springframework.boot:spring-boot-actuator:2.1.0.RELEASE
|-- org.springframework.boot:spring-boot-actuator-autoconfigure:2.1.0.RELEASE
test
|-- org.springframework:spring-test:5.1.1.RELEASE
|-- org.springframework.boot:spring-boot-starter-test:2.1.0.RELEASE
|-- ch.qos.logback:logback-classic:1.1.3
|-- junit:junit:4.12