Files download
File Operation
mot_2.11-0.8-RC10.jar download
mot_2.11-0.8-RC10.pom download
mot_2.11-0.8-RC10-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.marianobarrios</groupId>
  <artifactId>mot_2.11</artifactId>
  <version>0.8-RC10</version>
</dependency>
Gradle Groovy
implementation 'com.github.marianobarrios:mot_2.11:0.8-RC10'
Gradle Kotlin
implementation("com.github.marianobarrios:mot_2.11:0.8-RC10")
Scala SBT
libraryDependencies += "com.github.marianobarrios" % "mot_2.11" % "0.8-RC10"
Groovy Grape
@Grapes(
  @Grab(group='com.github.marianobarrios', module='mot_2.11', version='0.8-RC10')
)
Apache Ivy
<dependency org="com.github.marianobarrios" name="mot_2.11" rev="0.8-RC10" />
Leiningen
[com.github.marianobarrios/mot_2.11 "0.8-RC10"]
Apache Buildr
'com.github.marianobarrios:mot_2.11:jar:0.8-RC10'