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