MVN

com.linkedin.dagli : objectio-biglist

Maven & Gradle

Oct 05, 2021
2 usages
353 stars

objectio-biglist · 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-biglist</artifactId>
    <version>15.0.0-beta9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.linkedin.dagli : objectio-biglist 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-biglist to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
15.0.x
objectio-biglist-15.0.0-beta9
objectio-biglist-15.0.0-beta8
objectio-biglist-15.0.0-beta7
objectio-biglist-15.0.0-beta6
objectio-biglist-15.0.0-beta5
objectio-biglist-15.0.0-beta4
objectio-biglist-15.0.0-beta3
14.0.x
objectio-biglist-14.0.0-beta2
objectio-biglist-14.0.0-beta1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.linkedin.dagli</groupId>
    <artifactId>objectio-biglist</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-biglist gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement