<dependency>
<groupId>com.orientechnologies</groupId>
<artifactId>orientdb-graphdb</artifactId>
<version>3.2.35</version>
</dependency>
@Grapes(
@Grab(group='com.orientechnologies', module='orientdb-graphdb', version='3.2.35')
)
<parent> <groupId>com.orientechnologies</groupId> <artifactId>orientdb-parent</artifactId> <version>3.2.35</version> </parent>
compile
|-- com.orientechnologies:orientdb-server
|-- com.orientechnologies:orientdb-tools
|-- com.orientechnologies:orientdb-core
|-- com.tinkerpop.blueprints:blueprints-core
|-- com.tinkerpop.gremlin:gremlin-java
|-- com.tinkerpop.gremlin:gremlin-groovy
|-- org.codehaus.groovy:groovy:2.5.19
|-- org.codehaus.groovy:groovy-jsr223:2.5.19
|-- com.fasterxml.jackson.core:jackson-databind:2.14.2
provided
|-- com.tinkerpop.rexster:rexster-core
test
|-- com.orientechnologies:orientdb-test-commons
|-- com.orientechnologies:orientdb-core
|-- com.tinkerpop.blueprints:blueprints-test
|-- org.apache.httpcomponents:httpcore:4.4.16