<dependency>
<groupId>com.orientechnologies</groupId>
<artifactId>spring-data-orientdb-commons</artifactId>
<version>0.13</version>
</dependency>
@Grapes(
@Grab(group='com.orientechnologies', module='spring-data-orientdb-commons', version='0.13')
)
<dependency org="com.orientechnologies" name="spring-data-orientdb-commons" rev="0.13" />
<parent> <groupId>com.orientechnologies</groupId> <artifactId>spring-data-orientdb-parent</artifactId> <version>0.13</version> </parent>
compile
|-- org.springframework:spring-tx
|-- org.springframework:spring-context
|-- org.springframework:spring-beans
|-- org.springframework:spring-core
|-- org.springframework:spring-expression
|-- org.springframework:spring-webmvc
|-- org.springframework.data:spring-data-commons
|-- com.orientechnologies:orientdb-core
|-- com.orientechnologies:orientdb-client
|-- org.jooq:jooq