MVN

com.netease.nimlib.yach : lucene

Maven & Gradle

Apr 29, 2021
43 stars

nim-android-yach · lucene extension for nim library.

<dependency>
    <groupId>com.netease.nimlib.yach</groupId>
    <artifactId>lucene</artifactId>
    <version>8.3.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.netease.nimlib.yach : lucene to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 8.3.5

All Versions

Choose a version of com.netease.nimlib.yach : lucene to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
8.3.x
lucene-8.3.5
lucene-8.3.0
7.8.x
lucene-7.8.0

How to add a dependency to Maven

Add the following com.netease.nimlib.yach : lucene maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.netease.nimlib.yach</groupId>
    <artifactId>lucene</artifactId>
    <version>8.3.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.netease.nimlib.yach : lucene gradle dependency to your build.gradle file:

implementation 'com.netease.nimlib.yach:lucene:8.3.5'

Gradle Kotlin DSL: Add the following com.netease.nimlib.yach : lucene gradle kotlin dependency to your build.gradle.kts file:

implementation("com.netease.nimlib.yach:lucene:8.3.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.netease.nimlib.yach : lucene sbt scala dependency to your build.sbt file:

libraryDependencies += "com.netease.nimlib.yach" % "lucene" % "8.3.5"

Advertisement