Download gremlin-groovy-3.0.0.M1.jar file - Jar g

Jar examples for g:gremlin-groovy

Description

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

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

gremlin-groovy-3.0.0.M1-javadoc.jar
gremlin-groovy-3.0.0.M1-sources.jar
gremlin-groovy-3.0.0.M1-test-sources.jar
gremlin-groovy-3.0.0.M1.jar
gremlin-groovy-3.0.0.M1.pom



Related Tutorials