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