m

micro_utils.repos.common-android-debug

It is set of projects with micro tools for avoiding of routines coding
https://github.com/InsanusMokrassar/MicroUtils/
Apache Software License 2.0
Aleksei Ovsiannikov Syrov Aleksandr
文件下载
文件名 操作
micro_utils.repos.common-android-debug-0.20.45.pom 下载
micro_utils.repos.common-android-debug-0.20.45-sources.jar 下载
Apache Maven
<dependency>
  <groupId>dev.inmo</groupId>
  <artifactId>micro_utils.repos.common-android-debug</artifactId>
  <version>0.20.45</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'dev.inmo:micro_utils.repos.common-android-debug:0.20.45'
Gradle Kotlin
implementation("dev.inmo:micro_utils.repos.common-android-debug:0.20.45")
Scala SBT
libraryDependencies += "dev.inmo" % "micro_utils.repos.common-android-debug" % "0.20.45"
Groovy Grape
@Grapes(
  @Grab(group='dev.inmo', module='micro_utils.repos.common-android-debug', version='0.20.45')
)
Apache Ivy
<dependency org="dev.inmo" name="micro_utils.repos.common-android-debug" rev="0.20.45" />
Leiningen
[dev.inmo/micro_utils.repos.common-android-debug "0.20.45"]
Apache Buildr
'dev.inmo:micro_utils.repos.common-android-debug:jar:0.20.45'