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