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