| Категории |
КатегорииNeo4J Данные Базы данных Dex Универсальные библиотеки Utility |
|---|---|
| Группа | Группаorg.neo4j |
| Идентификатор | Идентификаторneo4j-lucene-index |
| Версия | Версия3.1.8 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| neo4j-lucene-index-3.1.8.pom | |
| neo4j-lucene-index-3.1.8.jar | 297 KB |
| neo4j-lucene-index-3.1.8-tests.jar | 467 KB |
| neo4j-lucene-index-3.1.8-test-sources.jar | 284 KB |
| neo4j-lucene-index-3.1.8-sources.jar | 221 KB |
| neo4j-lucene-index-3.1.8-javadoc.jar | 768 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.neo4j/neo4j-lucene-index/ -->
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-lucene-index</artifactId>
<version>3.1.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.neo4j/neo4j-lucene-index/
implementation 'org.neo4j:neo4j-lucene-index:3.1.8'
// https://jarcasting.com/artifacts/org.neo4j/neo4j-lucene-index/
implementation ("org.neo4j:neo4j-lucene-index:3.1.8")
'org.neo4j:neo4j-lucene-index:jar:3.1.8'
<dependency org="org.neo4j" name="neo4j-lucene-index" rev="3.1.8">
<artifact name="neo4j-lucene-index" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.neo4j', module='neo4j-lucene-index', version='3.1.8')
)
libraryDependencies += "org.neo4j" % "neo4j-lucene-index" % "3.1.8"
[org.neo4j/neo4j-lucene-index "3.1.8"]