MVN

org.jpmml : pmml-xgboost-testing

Maven & Gradle

Dec 15, 2021
1 usages

JPMML XGBoost converter batch testing harness · JPMML XGBoost to class model converter batch testing harness

<dependency>
    <groupId>org.jpmml</groupId>
    <artifactId>pmml-xgboost-testing</artifactId>
    <version>1.6.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jpmml : pmml-xgboost-testing to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6.0

All Versions

Choose a version of org.jpmml : pmml-xgboost-testing to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6.x
pmml-xgboost-testing-1.6.0

How to add a dependency to Maven

Add the following org.jpmml : pmml-xgboost-testing maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jpmml</groupId>
    <artifactId>pmml-xgboost-testing</artifactId>
    <version>1.6.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jpmml : pmml-xgboost-testing gradle dependency to your build.gradle file:

implementation 'org.jpmml:pmml-xgboost-testing:1.6.0'

Gradle Kotlin DSL: Add the following org.jpmml : pmml-xgboost-testing gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jpmml:pmml-xgboost-testing:1.6.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jpmml : pmml-xgboost-testing sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jpmml" % "pmml-xgboost-testing" % "1.6.0"