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