Files download
File Operation
xgboost-predictor-0.3.20.jar download
xgboost-predictor-0.3.20.pom download
xgboost-predictor-0.3.20-sources.jar download
Apache Maven
<dependency>
  <groupId>ai.h2o</groupId>
  <artifactId>xgboost-predictor</artifactId>
  <version>0.3.20</version>
</dependency>
Gradle Groovy
implementation 'ai.h2o:xgboost-predictor:0.3.20'
Gradle Kotlin
implementation("ai.h2o:xgboost-predictor:0.3.20")
Scala SBT
libraryDependencies += "ai.h2o" % "xgboost-predictor" % "0.3.20"
Groovy Grape
@Grapes(
  @Grab(group='ai.h2o', module='xgboost-predictor', version='0.3.20')
)
Apache Ivy
<dependency org="ai.h2o" name="xgboost-predictor" rev="0.3.20" />
Leiningen
[ai.h2o/xgboost-predictor "0.3.20"]
Apache Buildr
'ai.h2o:xgboost-predictor:jar:0.3.20'