x

xgboost4j-example

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