is not current version
Last Version 3.0.0.M7

com.tinkerpop:gremlin-test 3.0.0.M2


GroupId

GroupId

com.tinkerpop
ArtifactId

ArtifactId

gremlin-test
Version

Version

3.0.0.M2
Type

Type

jar

Download gremlin-test 3.0.0.M2


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