is not current version
Last Version 3.0.0.M7

com.tinkerpop:gremlin-groovy 3.0.0.M3


Categories

Categories

Groovy Languages
GroupId

GroupId

com.tinkerpop
ArtifactId

ArtifactId

gremlin-groovy
Version

Version

3.0.0.M3
Type

Type

jar

Download gremlin-groovy 3.0.0.M3


<!-- https://jarcasting.com/artifacts/com.tinkerpop/gremlin-groovy/ -->
<dependency>
    <groupId>com.tinkerpop</groupId>
    <artifactId>gremlin-groovy</artifactId>
    <version>3.0.0.M3</version>
</dependency>
// https://jarcasting.com/artifacts/com.tinkerpop/gremlin-groovy/
implementation 'com.tinkerpop:gremlin-groovy:3.0.0.M3'
// https://jarcasting.com/artifacts/com.tinkerpop/gremlin-groovy/
implementation ("com.tinkerpop:gremlin-groovy:3.0.0.M3")
'com.tinkerpop:gremlin-groovy:jar:3.0.0.M3'
<dependency org="com.tinkerpop" name="gremlin-groovy" rev="3.0.0.M3">
  <artifact name="gremlin-groovy" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tinkerpop', module='gremlin-groovy', version='3.0.0.M3')
)
libraryDependencies += "com.tinkerpop" % "gremlin-groovy" % "3.0.0.M3"
[com.tinkerpop/gremlin-groovy "3.0.0.M3"]