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