is not current version
Last Version 3.0-M3

org.lenskit:lenskit-core 3.0-M1

The core of LensKit, providing basic implementations and algorithm support.

GroupId

GroupId

org.lenskit
ArtifactId

ArtifactId

lenskit-core
Version

Version

3.0-M1
Type

Type

jar

Download lenskit-core 3.0-M1


<!-- https://jarcasting.com/artifacts/org.lenskit/lenskit-core/ -->
<dependency>
    <groupId>org.lenskit</groupId>
    <artifactId>lenskit-core</artifactId>
    <version>3.0-M1</version>
</dependency>
// https://jarcasting.com/artifacts/org.lenskit/lenskit-core/
implementation 'org.lenskit:lenskit-core:3.0-M1'
// https://jarcasting.com/artifacts/org.lenskit/lenskit-core/
implementation ("org.lenskit:lenskit-core:3.0-M1")
'org.lenskit:lenskit-core:jar:3.0-M1'
<dependency org="org.lenskit" name="lenskit-core" rev="3.0-M1">
  <artifact name="lenskit-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.lenskit', module='lenskit-core', version='3.0-M1')
)
libraryDependencies += "org.lenskit" % "lenskit-core" % "3.0-M1"
[org.lenskit/lenskit-core "3.0-M1"]