Categories |
CategoriesH2 Data Databases H2O Business Logic Libraries Machine Learning |
---|---|
GroupId | GroupIdai.h2o |
ArtifactId | ArtifactIdh2o-persist-s3 |
Version | Version3.22.0.2 |
Type | Typepom |
<!-- https://jarcasting.com/artifacts/ai.h2o/h2o-persist-s3/ -->
<dependency>
<groupId>ai.h2o</groupId>
<artifactId>h2o-persist-s3</artifactId>
<version>3.22.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/ai.h2o/h2o-persist-s3/
implementation 'ai.h2o:h2o-persist-s3:3.22.0.2'
// https://jarcasting.com/artifacts/ai.h2o/h2o-persist-s3/
implementation ("ai.h2o:h2o-persist-s3:3.22.0.2")
'ai.h2o:h2o-persist-s3:pom:3.22.0.2'
<dependency org="ai.h2o" name="h2o-persist-s3" rev="3.22.0.2">
<artifact name="h2o-persist-s3" type="pom" />
</dependency>
@Grapes(
@Grab(group='ai.h2o', module='h2o-persist-s3', version='3.22.0.2')
)
libraryDependencies += "ai.h2o" % "h2o-persist-s3" % "3.22.0.2"
[ai.h2o/h2o-persist-s3 "3.22.0.2"]