文件下载
文件名 操作
mot_2.11-0.8-RC7.jar 下载
mot_2.11-0.8-RC7.pom 下载
mot_2.11-0.8-RC7-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.marianobarrios</groupId>
  <artifactId>mot_2.11</artifactId>
  <version>0.8-RC7</version>
</dependency>
Gradle Groovy
implementation 'com.github.marianobarrios:mot_2.11:0.8-RC7'
Gradle Kotlin
implementation("com.github.marianobarrios:mot_2.11:0.8-RC7")
Scala SBT
libraryDependencies += "com.github.marianobarrios" % "mot_2.11" % "0.8-RC7"
Groovy Grape
@Grapes(
  @Grab(group='com.github.marianobarrios', module='mot_2.11', version='0.8-RC7')
)
Apache Ivy
<dependency org="com.github.marianobarrios" name="mot_2.11" rev="0.8-RC7" />
Leiningen
[com.github.marianobarrios/mot_2.11 "0.8-RC7"]
Apache Buildr
'com.github.marianobarrios:mot_2.11:jar:0.8-RC7'