Download tinkergraph-gremlin-3.0.0.M1.jar file - Jar t

Jar examples for t:tinkergraph-gremlin

Description

A fork of Tinkergraph for more type safety and less memory usage

You can download jar file tinkergraph-gremlin 3.0.0.M1 in this page.

License

Apache License

Build File

You can use the following script to add tinkergraph-gremlin-3.0.0.M1.jar to your project.

<dependency>
   <groupId>com.tinkerpop</groupId>
   <artifactId>tinkergraph-gremlin</artifactId>
   <version>3.0.0.M1</version>
</dependency>
compile group: 'com.tinkerpop', name: 'tinkergraph-gremlin', version: '3.0.0.M1'
libraryDependencies += "com.tinkerpop" % "tinkergraph-gremlin" % "3.0.0.M1"
<dependency org="com.tinkerpop" name="tinkergraph-gremlin" rev="3.0.0.M1"/>
@Grapes(@Grab(group='com.tinkerpop', module='tinkergraph-gremlin', version='3.0.0.M1'))
'com.tinkerpop:tinkergraph-gremlin:jar:3.0.0.M1'

Download

Click the following link to download the jar file.

tinkergraph-gremlin-3.0.0.M1-javadoc.jar
tinkergraph-gremlin-3.0.0.M1-sources.jar
tinkergraph-gremlin-3.0.0.M1.jar
tinkergraph-gremlin-3.0.0.M1.pom



Related Tutorials