<dependency>
<groupId>org.apache.tinkerpop</groupId>
<artifactId>gremlin-driver</artifactId>
<version>3.5.4</version>
</dependency>
@Grapes(
@Grab(group='org.apache.tinkerpop', module='gremlin-driver', version='3.5.4')
)
<parent> <groupId>org.apache.tinkerpop</groupId> <artifactId>tinkerpop</artifactId> <version>3.5.4</version> </parent>
compile
|-- org.apache.tinkerpop:gremlin-core
|-- org.codehaus.groovy:groovy
|-- org.codehaus.groovy:groovy-json
|-- org.apache.commons:commons-lang3
|-- log4j:log4j
|-- org.apache.tinkerpop:tinkergraph-gremlin
test
|-- org.apache.tinkerpop:gremlin-test
|-- junit:junit
|-- org.powermock:powermock-module-junit4