MVN

org.janusgraph.commit : janusgraph-benchmark

Maven & Gradle

Jan 04, 2023
4.8k stars

JanusGraph-Benchmark

<dependency>
    <groupId>org.janusgraph.commit</groupId>
    <artifactId>janusgraph-benchmark</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 : janusgraph-benchmark 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 : janusgraph-benchmark to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
janusgraph-benchmark-1.0.0-20230104-145008.2a5dc2a
janusgraph-benchmark-1.0.0-20230104-121120.3d02dec
janusgraph-benchmark-1.0.0-20230102-121256.5344ed5
janusgraph-benchmark-1.0.0-20230102-092452.f2af428
janusgraph-benchmark-1.0.0-20230102-092338.8c3fbab
janusgraph-benchmark-1.0.0-20221223-104134.f8c52ae
janusgraph-benchmark-1.0.0-20221223-103952.96483fb
janusgraph-benchmark-1.0.0-20221223-093035.38d49c0
janusgraph-benchmark-1.0.0-20221223-080518.3b9b8f2
janusgraph-benchmark-1.0.0-20221222-093851.55a8423
janusgraph-benchmark-1.0.0-20221222-093704.dea7ae4
janusgraph-benchmark-1.0.0-20221222-092956.81307df
janusgraph-benchmark-1.0.0-20221222-080702.6f1d23d
janusgraph-benchmark-1.0.0-20221221-175017.714a94d
janusgraph-benchmark-1.0.0-20221221-145603.b8a7673
janusgraph-benchmark-1.0.0-20221221-145034.4da43ce
janusgraph-benchmark-1.0.0-20221220-190440.a101cad
janusgraph-benchmark-1.0.0-20221220-175204.6964a61
janusgraph-benchmark-1.0.0-20221220-175017.658ab8a
janusgraph-benchmark-1.0.0-20221220-125901.43569ce
janusgraph-benchmark-1.0.0-20221220-125702.a9e3cbf
janusgraph-benchmark-1.0.0-20221220-125341.8025d31
janusgraph-benchmark-1.0.0-20221220-124959.a703bf9
janusgraph-benchmark-1.0.0-20221220-124807.3419317
janusgraph-benchmark-1.0.0-20221220-112250.c26db3a
janusgraph-benchmark-1.0.0-20221216-165947.b320db9
janusgraph-benchmark-1.0.0-20221216-155930.4f0b649
janusgraph-benchmark-1.0.0-20221216-142531.8ca2807
janusgraph-benchmark-1.0.0-20221216-140840.e386810
janusgraph-benchmark-1.0.0-20221214-084825.b0b98e3
janusgraph-benchmark-1.0.0-20221208-115540.72dc412
janusgraph-benchmark-1.0.0-rc1-20221208-110600.a47acfb
janusgraph-benchmark-1.0.0-rc1-20221208-004628.d98be20

How to add a dependency to Maven

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

<dependency>
    <groupId>org.janusgraph.commit</groupId>
    <artifactId>janusgraph-benchmark</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 : janusgraph-benchmark gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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