x

xgboost4j-example

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