Download tinkergraph-gremlin-3.1.2-incubating.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.1.2-incubating in this page.

License

Apache License

Build File

You can use the following script to add tinkergraph-gremlin-3.1.2-incubating.jar to your project.

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

Download

Click the following link to download the jar file.

tinkergraph-gremlin-3.1.2-incubating-javadoc.jar
tinkergraph-gremlin-3.1.2-incubating-sources.jar
tinkergraph-gremlin-3.1.2-incubating.jar
tinkergraph-gremlin-3.1.2-incubating.pom



Related Tutorials