is not current version
Last Version 3.6.2

org.graphfoundation.ongdb:ongdb-lucene-index 1.0.1

Integration layer between ONgDB and Lucene, providing one possible implementation of the Index API.

Categories

Categories

Dex General Purpose Libraries Utility
GroupId

GroupId

org.graphfoundation.ongdb
ArtifactId

ArtifactId

ongdb-lucene-index
Version

Version

1.0.1
Type

Type

jar

Download ongdb-lucene-index 1.0.1


<!-- https://jarcasting.com/artifacts/org.graphfoundation.ongdb/ongdb-lucene-index/ -->
<dependency>
    <groupId>org.graphfoundation.ongdb</groupId>
    <artifactId>ongdb-lucene-index</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.graphfoundation.ongdb/ongdb-lucene-index/
implementation 'org.graphfoundation.ongdb:ongdb-lucene-index:1.0.1'
// https://jarcasting.com/artifacts/org.graphfoundation.ongdb/ongdb-lucene-index/
implementation ("org.graphfoundation.ongdb:ongdb-lucene-index:1.0.1")
'org.graphfoundation.ongdb:ongdb-lucene-index:jar:1.0.1'
<dependency org="org.graphfoundation.ongdb" name="ongdb-lucene-index" rev="1.0.1">
  <artifact name="ongdb-lucene-index" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.graphfoundation.ongdb', module='ongdb-lucene-index', version='1.0.1')
)
libraryDependencies += "org.graphfoundation.ongdb" % "ongdb-lucene-index" % "1.0.1"
[org.graphfoundation.ongdb/ongdb-lucene-index "1.0.1"]