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