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