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