| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.grouplens.lenskit |
| Идентификатор | Идентификаторlenskit-archetype-simple-analysis |
| Последняя версия | Последняя версия2.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеSimple Experiment Archetype
Maven support for the LensKit recommender systems toolkit.
|
| Организация-разработчик |
Организация-разработчик |
<!-- 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"]