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