is not current version
Last Version 15.0.0-beta9

com.linkedin.dagli:data 14.0.0-beta1

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

Categories

Categories

Data
GroupId

GroupId

com.linkedin.dagli
ArtifactId

ArtifactId

data
Version

Version

14.0.0-beta1
Type

Type

jar

Download data 14.0.0-beta1


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