| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSearch Прикладные библиотеки |
| Группа | Группаcom.livetheoogway.forage |
| Идентификатор | Идентификаторforage-search-engine |
| Последняя версия | Последняя версия1.0.2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеSearch engine built on top of lucene, which helps you create in-memory search indexes for data residing
in regular relational/non-relational databases.
|
| Имя Файла | Размер |
|---|---|
| forage-search-engine-1.0.2.pom | |
| forage-search-engine-1.0.2.jar | 62 KB |
| forage-search-engine-1.0.2-sources.jar | 44 KB |
| forage-search-engine-1.0.2-javadoc.jar | 674 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.livetheoogway.forage/forage-search-engine/ -->
<dependency>
<groupId>com.livetheoogway.forage</groupId>
<artifactId>forage-search-engine</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.livetheoogway.forage/forage-search-engine/
implementation 'com.livetheoogway.forage:forage-search-engine:1.0.2'
// https://jarcasting.com/artifacts/com.livetheoogway.forage/forage-search-engine/
implementation ("com.livetheoogway.forage:forage-search-engine:1.0.2")
'com.livetheoogway.forage:forage-search-engine:jar:1.0.2'
<dependency org="com.livetheoogway.forage" name="forage-search-engine" rev="1.0.2">
<artifact name="forage-search-engine" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.livetheoogway.forage', module='forage-search-engine', version='1.0.2')
)
libraryDependencies += "com.livetheoogway.forage" % "forage-search-engine" % "1.0.2"
[com.livetheoogway.forage/forage-search-engine "1.0.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.livetheoogway.forage : forage-core | jar | 1.0.2 |
| org.apache.lucene : lucene-core | jar | 9.1.0 |
| org.apache.lucene : lucene-queryparser | jar | 9.1.0 |
| com.fasterxml.jackson.core : jackson-core | jar | 2.13.3 |
| com.fasterxml.jackson.core : jackson-annotations | jar | 2.13.3 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.13.3 |
| com.fasterxml.jackson.datatype : jackson-datatype-guava | jar | 2.13.3 |
| com.fasterxml.jackson.module : jackson-module-parameter-names | jar | 2.13.3 |
| javax.validation : validation-api | jar | 2.0.1.Final |
| org.slf4j : slf4j-api | jar | 1.7.36 |
| com.google.guava : guava | jar | 31.1-jre |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.22 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | 5.8.2 |
| org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |
| org.mockito : mockito-core | jar | 3.2.4 |
| org.mockito : mockito-junit-jupiter | jar | 3.2.4 |
| org.awaitility : awaitility | jar | 4.2.0 |