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.3.pom download
modo-android-debug-0.6.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.terrakok</groupId>
  <artifactId>modo-android-debug</artifactId>
  <version>0.6.3</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.github.terrakok:modo-android-debug:0.6.3'
Gradle Kotlin
implementation("com.github.terrakok:modo-android-debug:0.6.3")
Scala SBT
libraryDependencies += "com.github.terrakok" % "modo-android-debug" % "0.6.3"
Groovy Grape
@Grapes(
  @Grab(group='com.github.terrakok', module='modo-android-debug', version='0.6.3')
)
Apache Ivy
<dependency org="com.github.terrakok" name="modo-android-debug" rev="0.6.3" />
Leiningen
[com.github.terrakok/modo-android-debug "0.6.3"]
Apache Buildr
'com.github.terrakok:modo-android-debug:jar:0.6.3'