<dependency>
<groupId>org.apache.tinkerpop</groupId>
<artifactId>gremlin-driver</artifactId>
<version>3.6.6</version>
</dependency>
@Grapes(
@Grab(group='org.apache.tinkerpop', module='gremlin-driver', version='3.6.6')
)
<parent> <groupId>org.apache.tinkerpop</groupId> <artifactId>tinkerpop</artifactId> <version>3.6.6</version> </parent>
compile
|-- org.apache.tinkerpop:gremlin-core
|-- org.apache.commons:commons-lang3
|-- ch.qos.logback:logback-classic
|-- org.apache.tinkerpop:tinkergraph-gremlin
test
|-- org.apache.tinkerpop:gremlin-test
|-- junit:junit
|-- io.github.hakky54:logcaptor
|-- org.powermock:powermock-module-junit4