MVN

com.datarobot : datarobot-mlops

Maven & Gradle

Jun 29, 2023
2 usages

com.datarobot:datarobot-mlops · DataRobot MLOps Java Lib

<dependency>
    <groupId>com.datarobot</groupId>
    <artifactId>datarobot-mlops</artifactId>
    <version>9.1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.datarobot : datarobot-mlops to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 9.1.3

All Versions

Choose a version of com.datarobot : datarobot-mlops to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
9.1.x
datarobot-mlops-9.1.3
9.0.x
datarobot-mlops-9.0.7
datarobot-mlops-9.0.6
8.2.x
datarobot-mlops-8.2.10
datarobot-mlops-8.2.7
datarobot-mlops-8.2.5
8.1.x
datarobot-mlops-8.1.5
datarobot-mlops-8.1.4
datarobot-mlops-8.1.3
datarobot-mlops-8.1.2
8.0.x
datarobot-mlops-8.0.14
datarobot-mlops-8.0.11
datarobot-mlops-8.0.7
datarobot-mlops-8.0.6
6.1.x
datarobot-mlops-6.1.3
6.0.x
datarobot-mlops-6.0.0
5.3.x
datarobot-mlops-5.3.0.1
datarobot-mlops-5.3.0

How to add a dependency to Maven

Add the following com.datarobot : datarobot-mlops maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.datarobot</groupId>
    <artifactId>datarobot-mlops</artifactId>
    <version>9.1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.datarobot : datarobot-mlops gradle dependency to your build.gradle file:

implementation 'com.datarobot:datarobot-mlops:9.1.3'

Gradle Kotlin DSL: Add the following com.datarobot : datarobot-mlops gradle kotlin dependency to your build.gradle.kts file:

implementation("com.datarobot:datarobot-mlops:9.1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.datarobot : datarobot-mlops sbt scala dependency to your build.sbt file:

libraryDependencies += "com.datarobot" % "datarobot-mlops" % "9.1.3"

Advertisement