<dependency>
<groupId>com.arangodb</groupId>
<artifactId>arangodb-spring-data</artifactId>
<version>3.10.0</version>
</dependency>
@Grapes(
@Grab(group='com.arangodb', module='arangodb-spring-data', version='3.10.0')
)
<parent> <groupId>org.springframework.data.build</groupId> <artifactId>spring-data-parent</artifactId> <version>2.7.7</version> </parent>
compile
|-- com.arangodb:arangodb-java-driver:6.24.0
|-- org.springframework:spring-tx
|-- org.springframework:spring-context
|-- org.springframework:spring-beans
|-- org.springframework:spring-core
|-- org.springframework:spring-expression
|-- org.springframework.data:spring-data-commons
test
|-- org.hamcrest:hamcrest-core
|-- com.arangodb:jackson-dataformat-velocypack:3.0.1