is not current version
Last Version 3.0.0.M7

com.tinkerpop:tinkergraph-gremlin 3.0.0.M4


GroupId

GroupId

com.tinkerpop
ArtifactId

ArtifactId

tinkergraph-gremlin
Version

Version

3.0.0.M4
Type

Type

jar

Download tinkergraph-gremlin 3.0.0.M4


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