| License |
License |
|---|---|
| GroupId | GroupIdcom.livetheoogway.forage |
| ArtifactId | ArtifactIdforage-core |
| Last Version | Last Version1.0.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSearch engine built on top of lucene, which helps you create in-memory search indexes for data residing
in regular relational/non-relational databases.
|
| Filename | Size |
|---|---|
| forage-core-1.0.2.pom | |
| forage-core-1.0.2.jar | 11 KB |
| forage-core-1.0.2-sources.jar | 10 KB |
| forage-core-1.0.2-javadoc.jar | 430 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.livetheoogway.forage/forage-core/ -->
<dependency>
<groupId>com.livetheoogway.forage</groupId>
<artifactId>forage-core</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.livetheoogway.forage/forage-core/
implementation 'com.livetheoogway.forage:forage-core:1.0.2'
// https://jarcasting.com/artifacts/com.livetheoogway.forage/forage-core/
implementation ("com.livetheoogway.forage:forage-core:1.0.2")
'com.livetheoogway.forage:forage-core:jar:1.0.2'
<dependency org="com.livetheoogway.forage" name="forage-core" rev="1.0.2">
<artifact name="forage-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.livetheoogway.forage', module='forage-core', version='1.0.2')
)
libraryDependencies += "com.livetheoogway.forage" % "forage-core" % "1.0.2"
[com.livetheoogway.forage/forage-core "1.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.guava : guava | jar | 31.1-jre |
| org.slf4j : slf4j-api | jar | 1.7.36 |
| com.livetheoogway.forage : forage-models | jar | 1.0.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.22 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.awaitility : awaitility | jar | 4.2.0 |
| 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 |