Last Version

forage 1.0.2

Search engine built on top of lucene, which helps you create in-memory search indexes for data residing in regular relational/non-relational databases.

License

License

GroupId

GroupId

com.livetheoogway.forage
ArtifactId

ArtifactId

forage
Version

Version

1.0.2
Type

Type

pom
Description

Description

forage
Search engine built on top of lucene, which helps you create in-memory search indexes for data residing in regular relational/non-relational databases.
Project URL

Project URL

https://github.com/livetheoogway/forage
Source Code Management

Source Code Management

https://github.com/livetheoogway/forage

Download forage 1.0.2

Filename Size
forage-1.0.2.pom 8 KB
Browse

<!-- https://jarcasting.com/artifacts/com.livetheoogway.forage/forage/ -->
<dependency>
    <groupId>com.livetheoogway.forage</groupId>
    <artifactId>forage</artifactId>
    <version>1.0.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.livetheoogway.forage/forage/
implementation 'com.livetheoogway.forage:forage:1.0.2'
// https://jarcasting.com/artifacts/com.livetheoogway.forage/forage/
implementation ("com.livetheoogway.forage:forage:1.0.2")
'com.livetheoogway.forage:forage:pom:1.0.2'
<dependency org="com.livetheoogway.forage" name="forage" rev="1.0.2">
  <artifact name="forage" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.livetheoogway.forage', module='forage', version='1.0.2')
)
libraryDependencies += "com.livetheoogway.forage" % "forage" % "1.0.2"
[com.livetheoogway.forage/forage "1.0.2"]

Dependencies

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.22

test (6)

Group / Artifact Type Version
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

Project Modules

  • forage-core
  • forage-search-engine
  • forage-models
  • forage-dropwizard-bundle