MVN

com.github.karthicks : tinkergraph-test

Maven & Gradle

Dec 28, 2017

Gremlin OGM :: TinkerGraph Test

<dependency>
    <groupId>com.github.karthicks</groupId>
    <artifactId>tinkergraph-test</artifactId>
    <version>t1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.karthicks : tinkergraph-test to add to Maven or Gradle - Latest Versions:

  • Latest Stable: t1
  • Latest Release Candidate: 3.3.1-RC1

All Versions

Choose a version of com.github.karthicks : tinkergraph-test to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.3.x
tinkergraph-test-3.3.1-RC1
tinkergraph-test-3.3.0-RC1
3.2.x
tinkergraph-test-3.2.5-RC1
t1
tinkergraph-test-t1

How to add a dependency to Maven

Add the following com.github.karthicks : tinkergraph-test maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.karthicks</groupId>
    <artifactId>tinkergraph-test</artifactId>
    <version>t1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.karthicks : tinkergraph-test gradle dependency to your build.gradle file:

implementation 'com.github.karthicks:tinkergraph-test:t1'

Gradle Kotlin DSL: Add the following com.github.karthicks : tinkergraph-test gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.karthicks:tinkergraph-test:t1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.karthicks : tinkergraph-test sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.karthicks" % "tinkergraph-test" % "t1"