Categories |
CategoriesH2 Data Databases H2O Business Logic Libraries Machine Learning |
---|---|
GroupId | GroupIdai.h2o |
ArtifactId | ArtifactIdh2o-ext-xgboost |
Version | Version3.10.5.4 |
Type | Typepom |
Filename | Size |
---|---|
h2o-ext-xgboost-3.10.5.4.pom | |
h2o-ext-xgboost-3.10.5.4.jar | 2 KB |
h2o-ext-xgboost-3.10.5.4-sources.jar | 20 KB |
h2o-ext-xgboost-3.10.5.4-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.10.5.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/ai.h2o/h2o-ext-xgboost/
implementation 'ai.h2o:h2o-ext-xgboost:3.10.5.4'
// https://jarcasting.com/artifacts/ai.h2o/h2o-ext-xgboost/
implementation ("ai.h2o:h2o-ext-xgboost:3.10.5.4")
'ai.h2o:h2o-ext-xgboost:pom:3.10.5.4'
<dependency org="ai.h2o" name="h2o-ext-xgboost" rev="3.10.5.4">
<artifact name="h2o-ext-xgboost" type="pom" />
</dependency>
@Grapes(
@Grab(group='ai.h2o', module='h2o-ext-xgboost', version='3.10.5.4')
)
libraryDependencies += "ai.h2o" % "h2o-ext-xgboost" % "3.10.5.4"
[ai.h2o/h2o-ext-xgboost "3.10.5.4"]