MVN

com.linkedin.kamikaze : kamikaze

Maven & Gradle

Sep 19, 2012
3 usages

kamikaze · information retrival utility package for enhancing Lucene

<dependency>
    <groupId>com.linkedin.kamikaze</groupId>
    <artifactId>kamikaze</artifactId>
    <version>3.0.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.linkedin.kamikaze : kamikaze to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.7

All Versions

Choose a version of com.linkedin.kamikaze : kamikaze to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
kamikaze-3.0.7
kamikaze-3.0.6
kamikaze-3.0.5
kamikaze-3.0.4

How to add a dependency to Maven

Add the following com.linkedin.kamikaze : kamikaze maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.linkedin.kamikaze</groupId>
    <artifactId>kamikaze</artifactId>
    <version>3.0.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.linkedin.kamikaze : kamikaze gradle dependency to your build.gradle file:

implementation 'com.linkedin.kamikaze:kamikaze:3.0.7'

Gradle Kotlin DSL: Add the following com.linkedin.kamikaze : kamikaze gradle kotlin dependency to your build.gradle.kts file:

implementation("com.linkedin.kamikaze:kamikaze:3.0.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.linkedin.kamikaze : kamikaze sbt scala dependency to your build.sbt file:

libraryDependencies += "com.linkedin.kamikaze" % "kamikaze" % "3.0.7"