c

common

Common sdk for android
https://github.com/treech/AndroidSdk
MIT
ygq
Files download
File Operation
common-0.0.1.pom download
common-0.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.treech</groupId>
  <artifactId>common</artifactId>
  <version>0.0.1</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'io.github.treech:common:0.0.1'
Gradle Kotlin
implementation("io.github.treech:common:0.0.1")
Scala SBT
libraryDependencies += "io.github.treech" % "common" % "0.0.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.treech', module='common', version='0.0.1')
)
Apache Ivy
<dependency org="io.github.treech" name="common" rev="0.0.1" />
Leiningen
[io.github.treech/common "0.0.1"]
Apache Buildr
'io.github.treech:common:jar:0.0.1'