| Categories |
CategoriesH2 Data Databases H2O Business Logic Libraries Machine Learning |
|---|---|
| GroupId | GroupIdai.h2o |
| ArtifactId | ArtifactIdxgboost4j |
| Version | Version0.82.20 |
| Type | Typejar |
| Filename | Size |
|---|---|
| xgboost4j-0.82.20.pom | |
| xgboost4j-0.82.20.jar | 273 KB |
| xgboost4j-0.82.20-sources.jar | 63 KB |
| xgboost4j-0.82.20-javadoc.jar | 148 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/ai.h2o/xgboost4j/ -->
<dependency>
<groupId>ai.h2o</groupId>
<artifactId>xgboost4j</artifactId>
<version>0.82.20</version>
</dependency>
// https://jarcasting.com/artifacts/ai.h2o/xgboost4j/
implementation 'ai.h2o:xgboost4j:0.82.20'
// https://jarcasting.com/artifacts/ai.h2o/xgboost4j/
implementation ("ai.h2o:xgboost4j:0.82.20")
'ai.h2o:xgboost4j:jar:0.82.20'
<dependency org="ai.h2o" name="xgboost4j" rev="0.82.20">
<artifact name="xgboost4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='ai.h2o', module='xgboost4j', version='0.82.20')
)
libraryDependencies += "ai.h2o" % "xgboost4j" % "0.82.20"
[ai.h2o/xgboost4j "0.82.20"]