is not current version
Last Version 1.1.0

be.rlab:kotlin-search 1.0.1

Kotlin Search provides an embedded, multi-language full-text search solution based on Lucene.

Categories

Categories

Kotlin Languages Search Business Logic Libraries
GroupId

GroupId

be.rlab
ArtifactId

ArtifactId

kotlin-search
Version

Version

1.0.1
Type

Type

jar

Download kotlin-search 1.0.1


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