is not current version
Last Version 1.0.2

com.livetheoogway.forage:forage 1.0.0

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

GroupId

GroupId

com.livetheoogway.forage
ArtifactId

ArtifactId

forage
Version

Version

1.0.0
Type

Type

pom

Download forage 1.0.0

Filename Size
forage-1.0.0.pom 8 KB
Browse

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