x

xgboost4j-example_2.12

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