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