MVN

org.grouplens.lenskit : lenskit-eval-maven-plugin

Maven & Gradle

Oct 24, 2014
0 stars

LensKit Evaluation Maven Plugin · This Maven plugin facilitates running offline evaluations of LensKit recommenders within Maven. This is useful to allow Maven's repositories and dependency management facilities to be used to locate recommender implementations and their dependencies.

<plugin>
    <groupId>org.grouplens.lenskit</groupId>
    <artifactId>lenskit-eval-maven-plugin</artifactId>
    <version>2.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.grouplens.lenskit : lenskit-eval-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 2.1

All Versions

Choose a version of org.grouplens.lenskit : lenskit-eval-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
2.1
lenskit-eval-maven-plugin-2.1
lenskit-eval-maven-plugin-2.1-M2
lenskit-eval-maven-plugin-2.1-M1
2.0.x
lenskit-eval-maven-plugin-2.0.5
lenskit-eval-maven-plugin-2.0.4
lenskit-eval-maven-plugin-2.0.3.2
lenskit-eval-maven-plugin-2.0.3.1
lenskit-eval-maven-plugin-2.0.3
lenskit-eval-maven-plugin-2.0.2
lenskit-eval-maven-plugin-2.0.1
2.0
lenskit-eval-maven-plugin-2.0
lenskit-eval-maven-plugin-2.0-M2
lenskit-eval-maven-plugin-2.0-M1
1.3
lenskit-eval-maven-plugin-1.3
1.2
lenskit-eval-maven-plugin-1.2
1.1
lenskit-eval-maven-plugin-1.1
0.0.x
lenskit-eval-maven-plugin-0.0.2
lenskit-eval-maven-plugin-0.0.1

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>org.grouplens.lenskit</groupId>
    <artifactId>lenskit-eval-maven-plugin</artifactId>
    <version>2.1</version>
</plugin>

Advertisement