MVN

com.github.karthicks : gremlin-objects

Maven & Gradle

Dec 28, 2017
1 usages

Gremlin OGM :: Gremlin Objects

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

Latest Version

Choose a version of com.github.karthicks : gremlin-objects 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 : gremlin-objects to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.3.x
gremlin-objects-3.3.1-RC1
gremlin-objects-3.3.0-RC1
3.2.x
gremlin-objects-3.2.5-RC1
t1
gremlin-objects-t1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.karthicks</groupId>
    <artifactId>gremlin-objects</artifactId>
    <version>t1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.karthicks:gremlin-objects:t1'

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

implementation("com.github.karthicks:gremlin-objects:t1")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.karthicks" % "gremlin-objects" % "t1"

Advertisement