Files download
File Operation
mojo2-runtime-impl-2.5.7.jar download
mojo2-runtime-impl-2.5.7.pom download
mojo2-runtime-impl-2.5.7-sources.jar download
Apache Maven
<dependency>
  <groupId>ai.h2o</groupId>
  <artifactId>mojo2-runtime-impl</artifactId>
  <version>2.5.7</version>
</dependency>
Gradle Groovy
implementation 'ai.h2o:mojo2-runtime-impl:2.5.7'
Gradle Kotlin
implementation("ai.h2o:mojo2-runtime-impl:2.5.7")
Scala SBT
libraryDependencies += "ai.h2o" % "mojo2-runtime-impl" % "2.5.7"
Groovy Grape
@Grapes(
  @Grab(group='ai.h2o', module='mojo2-runtime-impl', version='2.5.7')
)
Apache Ivy
<dependency org="ai.h2o" name="mojo2-runtime-impl" rev="2.5.7" />
Leiningen
[ai.h2o/mojo2-runtime-impl "2.5.7"]
Apache Buildr
'ai.h2o:mojo2-runtime-impl:jar:2.5.7'