x

xgboost4j-example_2.13

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