is not current version
Last Version 1.1.0

be.rlab:kotlin-search 1.0.0

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.0
Type

Type

jar

Download kotlin-search 1.0.0


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