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