<dependency>
<groupId>com.arangodb</groupId>
<artifactId>arangodb-spring-boot-starter</artifactId>
<version>1.0.3</version>
</dependency>
@Grapes(
@Grab(group='com.arangodb', module='arangodb-spring-boot-starter', version='1.0.3')
)
compile
|-- com.arangodb:arangodb-spring-data:3.2.4
|-- org.springframework.boot:spring-boot-autoconfigure:2.1.13.RELEASE
|-- org.springframework.boot:spring-boot-configuration-processor:2.1.13.RELEASE
|-- org.springframework.boot:spring-boot-actuator:2.1.13.RELEASE
|-- org.springframework.boot:spring-boot-actuator-autoconfigure:2.1.13.RELEASE
test
|-- org.springframework:spring-test:5.1.14.RELEASE
|-- org.springframework.boot:spring-boot-starter-test:2.1.13.RELEASE
|-- ch.qos.logback:logback-classic:1.2.3
|-- junit:junit:4.13