m

modo-android-debug

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