Categories |
CategoriesH2 Data Databases H2O Business Logic Libraries Machine Learning |
---|---|
GroupId | GroupIdai.h2o |
ArtifactId | ArtifactIdh2o-ext-xgboost |
Version | Version3.14.0.7 |
Type | Typepom |
Filename | Size |
---|---|
h2o-ext-xgboost-3.14.0.7.pom | |
h2o-ext-xgboost-3.14.0.7.jar | 2 KB |
h2o-ext-xgboost-3.14.0.7-test.jar | 8 KB |
h2o-ext-xgboost-3.14.0.7-sources.jar | 21 KB |
h2o-ext-xgboost-3.14.0.7-javadoc.jar | 107 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ai.h2o/h2o-ext-xgboost/ -->
<dependency>
<groupId>ai.h2o</groupId>
<artifactId>h2o-ext-xgboost</artifactId>
<version>3.14.0.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/ai.h2o/h2o-ext-xgboost/
implementation 'ai.h2o:h2o-ext-xgboost:3.14.0.7'
// https://jarcasting.com/artifacts/ai.h2o/h2o-ext-xgboost/
implementation ("ai.h2o:h2o-ext-xgboost:3.14.0.7")
'ai.h2o:h2o-ext-xgboost:pom:3.14.0.7'
<dependency org="ai.h2o" name="h2o-ext-xgboost" rev="3.14.0.7">
<artifact name="h2o-ext-xgboost" type="pom" />
</dependency>
@Grapes(
@Grab(group='ai.h2o', module='h2o-ext-xgboost', version='3.14.0.7')
)
libraryDependencies += "ai.h2o" % "h2o-ext-xgboost" % "3.14.0.7"
[ai.h2o/h2o-ext-xgboost "3.14.0.7"]