<dependency>
<groupId>org.apache.tinkerpop</groupId>
<artifactId>gremlin-groovy</artifactId>
<version>3.4.9</version>
</dependency>
@Grapes(
@Grab(group='org.apache.tinkerpop', module='gremlin-groovy', version='3.4.9')
)
<parent> <groupId>org.apache.tinkerpop</groupId> <artifactId>tinkerpop</artifactId> <version>3.4.9</version> </parent>
compile
|-- org.apache.tinkerpop:gremlin-core
|-- org.codehaus.groovy:groovy
|-- org.codehaus.groovy:groovy-groovysh
|-- org.codehaus.groovy:groovy-json
|-- org.codehaus.groovy:groovy-jsr223
|-- org.apache.commons:commons-lang3
|-- com.github.ben-manes.caffeine:caffeine:2.3.1
test