MVN

com.linkedin.dagli : objectio-core

Maven & Gradle

Oct 05, 2021
8 usages

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

<dependency>
    <groupId>com.linkedin.dagli</groupId>
    <artifactId>objectio-core</artifactId>
    <version>15.0.0-beta9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.linkedin.dagli : objectio-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 15.0.0-beta9
  • Latest Beta: 15.0.0-beta9

All Versions

Choose a version of com.linkedin.dagli : objectio-core to add to Maven or Gradle - All Versions:

  • Version Updated
  • objectio-core-15.0.0-beta9

    Oct 05, 2021
  • objectio-core-15.0.0-beta8

    Aug 25, 2021
  • objectio-core-15.0.0-beta7

    Apr 12, 2021
  • objectio-core-15.0.0-beta6

    Jan 27, 2021
  • objectio-core-15.0.0-beta5

    Nov 15, 2020
  • objectio-core-15.0.0-beta4

    Nov 12, 2020
  • objectio-core-15.0.0-beta3

    Nov 10, 2020
  • objectio-core-14.0.0-beta2

    Sep 28, 2020
  • objectio-core-14.0.0-beta1

    Sep 24, 2020

How to add a dependency to Maven

Add the following com.linkedin.dagli : objectio-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.linkedin.dagli</groupId>
    <artifactId>objectio-core</artifactId>
    <version>15.0.0-beta9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.linkedin.dagli : objectio-core gradle dependency to your build.gradle file:

implementation 'com.linkedin.dagli:objectio-core:15.0.0-beta9'

Gradle Kotlin DSL: Add the following com.linkedin.dagli : objectio-core gradle kotlin dependency to your build.gradle.kts file:

implementation("com.linkedin.dagli:objectio-core:15.0.0-beta9")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.linkedin.dagli : objectio-core sbt scala dependency to your build.sbt file:

libraryDependencies += "com.linkedin.dagli" % "objectio-core" % "15.0.0-beta9"