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