m

modo-android-debug

Navigation library based on UDF principles
https://github.com/terrakok/Modo
MIT
Konstantin Tskhovrebov
Files download
File Operation
modo-android-debug-0.6.pom download
modo-android-debug-0.6-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.terrakok</groupId>
  <artifactId>modo-android-debug</artifactId>
  <version>0.6</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.github.terrakok:modo-android-debug:0.6'
Gradle Kotlin
implementation("com.github.terrakok:modo-android-debug:0.6")
Scala SBT
libraryDependencies += "com.github.terrakok" % "modo-android-debug" % "0.6"
Groovy Grape
@Grapes(
  @Grab(group='com.github.terrakok', module='modo-android-debug', version='0.6')
)
Apache Ivy
<dependency org="com.github.terrakok" name="modo-android-debug" rev="0.6" />
Leiningen
[com.github.terrakok/modo-android-debug "0.6"]
Apache Buildr
'com.github.terrakok:modo-android-debug:jar:0.6'