is not current version
Last Version 3.0.0.M7

com.tinkerpop:gremlin-groovy 3.0.0.M5


Categories

Categories

Groovy Languages
GroupId

GroupId

com.tinkerpop
ArtifactId

ArtifactId

gremlin-groovy
Version

Version

3.0.0.M5
Type

Type

jar

Download gremlin-groovy 3.0.0.M5


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