MVN

org.lenskit : lenskit-cli

Maven & Gradle

Aug 13, 2017
966 stars

LensKit CLI · Command-line tools for interacting with LensKit.

<dependency>
    <groupId>org.lenskit</groupId>
    <artifactId>lenskit-cli</artifactId>
    <version>3.0-M3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.lenskit : lenskit-cli to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0-M3

All Versions

Choose a version of org.lenskit : lenskit-cli to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0
lenskit-cli-3.0-M3
lenskit-cli-3.0-M2
lenskit-cli-3.0-M1

How to add a dependency to Maven

Add the following org.lenskit : lenskit-cli maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.lenskit</groupId>
    <artifactId>lenskit-cli</artifactId>
    <version>3.0-M3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.lenskit : lenskit-cli gradle dependency to your build.gradle file:

implementation 'org.lenskit:lenskit-cli:3.0-M3'

Gradle Kotlin DSL: Add the following org.lenskit : lenskit-cli gradle kotlin dependency to your build.gradle.kts file:

implementation("org.lenskit:lenskit-cli:3.0-M3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.lenskit : lenskit-cli sbt scala dependency to your build.sbt file:

libraryDependencies += "org.lenskit" % "lenskit-cli" % "3.0-M3"