GroupId | GroupIdml.dmlc |
---|---|
ArtifactId | ArtifactIdxgboost4j |
Version | Version0.80 |
Type | Typejar |
Filename | Size |
---|---|
xgboost4j-0.80.pom | |
xgboost4j-0.80.jar | 2 MB |
xgboost4j-0.80-sources.jar | 1 MB |
xgboost4j-0.80-javadoc.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ml.dmlc/xgboost4j/ -->
<dependency>
<groupId>ml.dmlc</groupId>
<artifactId>xgboost4j</artifactId>
<version>0.80</version>
</dependency>
// https://jarcasting.com/artifacts/ml.dmlc/xgboost4j/
implementation 'ml.dmlc:xgboost4j:0.80'
// https://jarcasting.com/artifacts/ml.dmlc/xgboost4j/
implementation ("ml.dmlc:xgboost4j:0.80")
'ml.dmlc:xgboost4j:jar:0.80'
<dependency org="ml.dmlc" name="xgboost4j" rev="0.80">
<artifact name="xgboost4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='ml.dmlc', module='xgboost4j', version='0.80')
)
libraryDependencies += "ml.dmlc" % "xgboost4j" % "0.80"
[ml.dmlc/xgboost4j "0.80"]