is not current version
Last Version 3.0.0.M7

com.tinkerpop:tinkergraph-gremlin 3.0.0.M1


GroupId

GroupId

com.tinkerpop
ArtifactId

ArtifactId

tinkergraph-gremlin
Version

Version

3.0.0.M1
Type

Type

jar

Download tinkergraph-gremlin 3.0.0.M1


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