<dependency>
<groupId>org.janusgraph.commit</groupId>
<artifactId>janusgraph-lucene</artifactId>
<version>1.0.0-20230104-145008.2a5dc2a</version>
</dependency>
implementation 'org.janusgraph.commit:janusgraph-lucene:1.0.0-20230104-145008.2a5dc2a'
implementation("org.janusgraph.commit:janusgraph-lucene:1.0.0-20230104-145008.2a5dc2a")
libraryDependencies += "org.janusgraph.commit" % "janusgraph-lucene" % "1.0.0-20230104-145008.2a5dc2a"
@Grapes(
@Grab(group='org.janusgraph.commit', module='janusgraph-lucene', version='1.0.0-20230104-145008.2a5dc2a')
)
<dependency org="org.janusgraph.commit" name="janusgraph-lucene" rev="1.0.0-20230104-145008.2a5dc2a" />
<parent> <groupId>org.janusgraph.commit</groupId> <artifactId>janusgraph</artifactId> <version>1.0.0-20230104-145008.2a5dc2a</version> </parent>
compile
|-- org.janusgraph.commit:janusgraph-core
|-- org.apache.lucene:lucene-core
|-- org.apache.lucene:lucene-analyzers-common
|-- org.apache.lucene:lucene-queryparser
|-- org.apache.lucene:lucene-spatial-extras
|-- org.apache.lucene:lucene-backward-codecs
test
|-- org.janusgraph.commit:janusgraph-backend-testutils