is not current version
Last Version 15.0.0-beta9

com.linkedin.dagli:liblinear 15.0.0-beta5

DAG-oriented machine learning framework for bug-resistant, readable, efficient, maintainable and trivially deployable models in Java and other JVM languages

GroupId

GroupId

com.linkedin.dagli
ArtifactId

ArtifactId

liblinear
Version

Version

15.0.0-beta5
Type

Type

jar

Download liblinear 15.0.0-beta5


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