MVN

org.janusgraph.commit : janusgraph-lucene

Maven & Gradle

Jan 04, 2023
4.8k stars

JanusGraph-Lucene: Indexing Support

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

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

How to add a dependency to Maven

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

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement