не последняя версия
Последняя версия 4.4.8

org.neo4j:neo4j-lucene-index 2.3.0-M03

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

Категории

Категории

Neo4J Данные Базы данных Dex Универсальные библиотеки Utility
Группа

Группа

org.neo4j
Идентификатор

Идентификатор

neo4j-lucene-index
Версия

Версия

2.3.0-M03
Тип

Тип

jar

Скачать neo4j-lucene-index 2.3.0-M03


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