MVN

org.janusgraph.commit : example-tinkergraph

Maven & Gradle

Jan 04, 2023
4.8k stars

Example-TinkerGraph: Example with TinkerGraph

<dependency>
    <groupId>org.janusgraph.commit</groupId>
    <artifactId>example-tinkergraph</artifactId>
    <version>1.0.0-20230104-145008.2a5dc2a</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.janusgraph.commit : example-tinkergraph to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0-20230104-145008.2a5dc2a
  • Latest Release Candidate: 1.0.0-rc1-20221208-110600.a47acfb

All Versions

Choose a version of org.janusgraph.commit : example-tinkergraph to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
example-tinkergraph-1.0.0-20230104-145008.2a5dc2a
example-tinkergraph-1.0.0-20230104-121120.3d02dec
example-tinkergraph-1.0.0-20230102-121256.5344ed5
example-tinkergraph-1.0.0-20230102-092452.f2af428
example-tinkergraph-1.0.0-20230102-092338.8c3fbab
example-tinkergraph-1.0.0-20221223-104134.f8c52ae
example-tinkergraph-1.0.0-20221223-103952.96483fb
example-tinkergraph-1.0.0-20221223-093035.38d49c0
example-tinkergraph-1.0.0-20221223-080518.3b9b8f2
example-tinkergraph-1.0.0-20221222-093851.55a8423
example-tinkergraph-1.0.0-20221222-093704.dea7ae4
example-tinkergraph-1.0.0-20221222-092956.81307df
example-tinkergraph-1.0.0-20221222-080702.6f1d23d
example-tinkergraph-1.0.0-20221221-175017.714a94d
example-tinkergraph-1.0.0-20221221-145603.b8a7673
example-tinkergraph-1.0.0-20221221-145034.4da43ce
example-tinkergraph-1.0.0-20221220-190440.a101cad
example-tinkergraph-1.0.0-20221220-175204.6964a61
example-tinkergraph-1.0.0-20221220-175017.658ab8a
example-tinkergraph-1.0.0-20221220-125901.43569ce
example-tinkergraph-1.0.0-20221220-125702.a9e3cbf
example-tinkergraph-1.0.0-20221220-125341.8025d31
example-tinkergraph-1.0.0-20221220-124959.a703bf9
example-tinkergraph-1.0.0-20221220-124807.3419317
example-tinkergraph-1.0.0-20221220-112250.c26db3a
example-tinkergraph-1.0.0-20221216-165947.b320db9
example-tinkergraph-1.0.0-20221216-155930.4f0b649
example-tinkergraph-1.0.0-20221216-142531.8ca2807
example-tinkergraph-1.0.0-20221216-140840.e386810
example-tinkergraph-1.0.0-20221214-084825.b0b98e3
example-tinkergraph-1.0.0-20221208-115540.72dc412
example-tinkergraph-1.0.0-rc1-20221208-110600.a47acfb
example-tinkergraph-1.0.0-rc1-20221208-004628.d98be20
0.6.x
example-tinkergraph-0.6.3-20230102-150517.b524877
example-tinkergraph-0.6.3-20230102-150215.1e68f09
example-tinkergraph-0.6.3-20230102-082650.34a04b1
example-tinkergraph-0.6.3-20230102-082718.1617833
example-tinkergraph-0.6.3-20221223-103807.8f34f01
example-tinkergraph-0.6.3-20221223-103559.8726c30
example-tinkergraph-0.6.3-20221223-065131.4be4c5d
example-tinkergraph-0.6.3-20221222-193558.2b2b7c5
example-tinkergraph-0.6.3-20221222-080621.2eca610
example-tinkergraph-0.6.3-20221221-174329.6f4fb8d
example-tinkergraph-0.6.3-20221221-075922.3b57c6d
example-tinkergraph-0.6.3-20221221-073247.bc6a3be
example-tinkergraph-0.6.3-20221220-185619.ba41616
example-tinkergraph-0.6.3-20221220-185343.54e94a1
example-tinkergraph-0.6.3-20221220-184648.28f1763
example-tinkergraph-0.6.3-20221212-072408.e496a95
example-tinkergraph-0.6.3-20221209-100606.dba7c73
example-tinkergraph-0.6.3-20221208-002222.7bc48de
example-tinkergraph-0.6.3-20221207-135206.1d324078a

How to add a dependency to Maven

Add the following org.janusgraph.commit : example-tinkergraph maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.janusgraph.commit</groupId>
    <artifactId>example-tinkergraph</artifactId>
    <version>1.0.0-20230104-145008.2a5dc2a</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.janusgraph.commit : example-tinkergraph gradle dependency to your build.gradle file:

implementation 'org.janusgraph.commit:example-tinkergraph:1.0.0-20230104-145008.2a5dc2a'

Gradle Kotlin DSL: Add the following org.janusgraph.commit : example-tinkergraph gradle kotlin dependency to your build.gradle.kts file:

implementation("org.janusgraph.commit:example-tinkergraph:1.0.0-20230104-145008.2a5dc2a")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.janusgraph.commit : example-tinkergraph sbt scala dependency to your build.sbt file:

libraryDependencies += "org.janusgraph.commit" % "example-tinkergraph" % "1.0.0-20230104-145008.2a5dc2a"

Advertisement