Download gremlin-groovy-3.1.5.jar file - Jar g

Jar examples for g:gremlin-groovy

Description

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

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

gremlin-groovy-3.1.5-javadoc.jar
gremlin-groovy-3.1.5-sources.jar
gremlin-groovy-3.1.5.jar
gremlin-groovy-3.1.5.pom



Related Tutorials