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

Jar examples for g:gremlin-groovy

Description

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

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials