is not current version
Last Version 0.9.104

com.thesett:index 0.8-M1

An indexing and free text search module with some advanced features.

Categories

Categories

Dex General Purpose Libraries Utility
GroupId

GroupId

com.thesett
ArtifactId

ArtifactId

index
Version

Version

0.8-M1
Type

Type

jar

Download index 0.8-M1


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