f

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.
https://github.com/livetheoogway/forage
The Apache Software License, Version 2.0
Tushar Naik
Files download
File Operation
forage-1.0.6.pom download
forage-1.0.6-sources.jar download
Apache Maven
<dependency>
  <groupId>com.livetheoogway.forage</groupId>
  <artifactId>forage</artifactId>
  <version>1.0.6</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.livetheoogway.forage:forage:1.0.6'
Gradle Kotlin
implementation("com.livetheoogway.forage:forage:1.0.6")
Scala SBT
libraryDependencies += "com.livetheoogway.forage" % "forage" % "1.0.6"
Groovy Grape
@Grapes(
  @Grab(group='com.livetheoogway.forage', module='forage', version='1.0.6')
)
Apache Ivy
<dependency org="com.livetheoogway.forage" name="forage" rev="1.0.6" />
Leiningen
[com.livetheoogway.forage/forage "1.0.6"]
Apache Buildr
'com.livetheoogway.forage:forage:jar:1.0.6'