文件下载
文件名 操作
mojo2-runtime-impl-2.7.7.jar 下载
mojo2-runtime-impl-2.7.7.pom 下载
mojo2-runtime-impl-2.7.7-sources.jar 下载
Apache Maven
<dependency>
  <groupId>ai.h2o</groupId>
  <artifactId>mojo2-runtime-impl</artifactId>
  <version>2.7.7</version>
</dependency>
Gradle Groovy
implementation 'ai.h2o:mojo2-runtime-impl:2.7.7'
Gradle Kotlin
implementation("ai.h2o:mojo2-runtime-impl:2.7.7")
Scala SBT
libraryDependencies += "ai.h2o" % "mojo2-runtime-impl" % "2.7.7"
Groovy Grape
@Grapes(
  @Grab(group='ai.h2o', module='mojo2-runtime-impl', version='2.7.7')
)
Apache Ivy
<dependency org="ai.h2o" name="mojo2-runtime-impl" rev="2.7.7" />
Leiningen
[ai.h2o/mojo2-runtime-impl "2.7.7"]
Apache Buildr
'ai.h2o:mojo2-runtime-impl:jar:2.7.7'