MVN

com.tinkerpop : gremlin-groovy

Maven & Gradle

Jan 19, 2015
11 usages

Gremlin Groovy: Gremlin for the Groovy Language

<dependency>
    <groupId>com.tinkerpop</groupId>
    <artifactId>gremlin-groovy</artifactId>
    <version>3.0.0.M7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.tinkerpop : gremlin-groovy to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.0.M7

All Versions

Choose a version of com.tinkerpop : gremlin-groovy to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
gremlin-groovy-3.0.0.M7
gremlin-groovy-3.0.0.M6
gremlin-groovy-3.0.0.M5
gremlin-groovy-3.0.0.M4
gremlin-groovy-3.0.0.M3
gremlin-groovy-3.0.0.M2
gremlin-groovy-3.0.0.M1

How to add a dependency to Maven

Add the following com.tinkerpop : gremlin-groovy maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.tinkerpop</groupId>
    <artifactId>gremlin-groovy</artifactId>
    <version>3.0.0.M7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.tinkerpop : gremlin-groovy gradle dependency to your build.gradle file:

implementation 'com.tinkerpop:gremlin-groovy:3.0.0.M7'

Gradle Kotlin DSL: Add the following com.tinkerpop : gremlin-groovy gradle kotlin dependency to your build.gradle.kts file:

implementation("com.tinkerpop:gremlin-groovy:3.0.0.M7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.tinkerpop : gremlin-groovy sbt scala dependency to your build.sbt file:

libraryDependencies += "com.tinkerpop" % "gremlin-groovy" % "3.0.0.M7"

Advertisement