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