License |
License |
---|---|
GroupId | GroupIdorg.grouplens.lenskit |
ArtifactId | ArtifactIdlenskit-archetype-simple-analysis |
Last Version | Last Version2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSimple Experiment Archetype
Maven support for the LensKit recommender systems toolkit.
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.grouplens.lenskit/lenskit-archetype-simple-analysis/ -->
<dependency>
<groupId>org.grouplens.lenskit</groupId>
<artifactId>lenskit-archetype-simple-analysis</artifactId>
<version>2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.grouplens.lenskit/lenskit-archetype-simple-analysis/
implementation 'org.grouplens.lenskit:lenskit-archetype-simple-analysis:2.1'
// https://jarcasting.com/artifacts/org.grouplens.lenskit/lenskit-archetype-simple-analysis/
implementation ("org.grouplens.lenskit:lenskit-archetype-simple-analysis:2.1")
'org.grouplens.lenskit:lenskit-archetype-simple-analysis:jar:2.1'
<dependency org="org.grouplens.lenskit" name="lenskit-archetype-simple-analysis" rev="2.1">
<artifact name="lenskit-archetype-simple-analysis" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.grouplens.lenskit', module='lenskit-archetype-simple-analysis', version='2.1')
)
libraryDependencies += "org.grouplens.lenskit" % "lenskit-archetype-simple-analysis" % "2.1"
[org.grouplens.lenskit/lenskit-archetype-simple-analysis "2.1"]