<dependency>
<groupId>org.apache.tinkerpop</groupId>
<artifactId>gremlin-console</artifactId>
<version>3.3.0</version>
</dependency>
@Grapes(
@Grab(group='org.apache.tinkerpop', module='gremlin-console', version='3.3.0')
)
<parent> <groupId>org.apache.tinkerpop</groupId> <artifactId>tinkerpop</artifactId> <version>3.3.0</version> </parent>
compile
|-- org.apache.tinkerpop:gremlin-groovy
|-- org.apache.tinkerpop:tinkergraph-gremlin
|-- org.apache.httpcomponents:httpclient:4.5.1
|-- commons-cli:commons-cli:1.2
|-- org.apache.tinkerpop:gremlin-driver
|-- org.gperfutils:gbench:0.4.3-groovy-2.4
|-- org.gperfutils:gprof:0.3.1-groovy-2.4
|-- log4j:log4j
test
|-- junit:junit
|-- org.apache.tinkerpop:gremlin-server