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