is not current version
Last Version 0.90

ml.dmlc:xgboost4j 0.72


GroupId

GroupId

ml.dmlc
ArtifactId

ArtifactId

xgboost4j
Version

Version

0.72
Type

Type

jar

Download xgboost4j 0.72


<!-- https://jarcasting.com/artifacts/ml.dmlc/xgboost4j/ -->
<dependency>
    <groupId>ml.dmlc</groupId>
    <artifactId>xgboost4j</artifactId>
    <version>0.72</version>
</dependency>
// https://jarcasting.com/artifacts/ml.dmlc/xgboost4j/
implementation 'ml.dmlc:xgboost4j:0.72'
// https://jarcasting.com/artifacts/ml.dmlc/xgboost4j/
implementation ("ml.dmlc:xgboost4j:0.72")
'ml.dmlc:xgboost4j:jar:0.72'
<dependency org="ml.dmlc" name="xgboost4j" rev="0.72">
  <artifact name="xgboost4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='ml.dmlc', module='xgboost4j', version='0.72')
)
libraryDependencies += "ml.dmlc" % "xgboost4j" % "0.72"
[ml.dmlc/xgboost4j "0.72"]