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