<dependency>
<groupId>com.arangodb</groupId>
<artifactId>arangodb-spring-boot-starter</artifactId>
<version>2.6-0</version>
</dependency>
@Grapes(
@Grab(group='com.arangodb', module='arangodb-spring-boot-starter', version='2.6-0')
)
compile
|-- org.springframework.boot:spring-boot-starter
|-- com.arangodb:arangodb-spring-data:3.7.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