License |
License |
---|---|
GroupId | GroupIdcom.tinkerpop |
ArtifactId | ArtifactIdtinkergraph-gremlin |
Last Version | Last Version3.0.0.M7 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTinkerGraph Gremlin: The Reference Implementation of TinkerPop3
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Project URL |
Project URL |
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/com.tinkerpop/tinkergraph-gremlin/ -->
<dependency>
<groupId>com.tinkerpop</groupId>
<artifactId>tinkergraph-gremlin</artifactId>
<version>3.0.0.M7</version>
</dependency>
// https://jarcasting.com/artifacts/com.tinkerpop/tinkergraph-gremlin/
implementation 'com.tinkerpop:tinkergraph-gremlin:3.0.0.M7'
// https://jarcasting.com/artifacts/com.tinkerpop/tinkergraph-gremlin/
implementation ("com.tinkerpop:tinkergraph-gremlin:3.0.0.M7")
'com.tinkerpop:tinkergraph-gremlin:jar:3.0.0.M7'
<dependency org="com.tinkerpop" name="tinkergraph-gremlin" rev="3.0.0.M7">
<artifact name="tinkergraph-gremlin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tinkerpop', module='tinkergraph-gremlin', version='3.0.0.M7')
)
libraryDependencies += "com.tinkerpop" % "tinkergraph-gremlin" % "3.0.0.M7"
[com.tinkerpop/tinkergraph-gremlin "3.0.0.M7"]
Group / Artifact | Type | Version |
---|---|---|
com.tinkerpop : gremlin-core | jar | 3.0.0.M7 |
com.tinkerpop : gremlin-groovy | jar | 3.0.0.M7 |
Group / Artifact | Type | Version |
---|---|---|
com.tinkerpop : gremlin-groovy-test | jar | 3.0.0.M7 |
commons-io : commons-io | jar | 2.4 |