b

base

一个用于Android快速开发的基础项目
https://hanhankj.github.io/
The Apache License, Version 2.0
hh
Files download
File Operation
base-1.3.9.pom download
Apache Maven
<dependency>
  <groupId>io.github.hanhankj</groupId>
  <artifactId>base</artifactId>
  <version>1.3.9</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'io.github.hanhankj:base:1.3.9'
Gradle Kotlin
implementation("io.github.hanhankj:base:1.3.9")
Scala SBT
libraryDependencies += "io.github.hanhankj" % "base" % "1.3.9"
Groovy Grape
@Grapes(
  @Grab(group='io.github.hanhankj', module='base', version='1.3.9')
)
Apache Ivy
<dependency org="io.github.hanhankj" name="base" rev="1.3.9" />
Leiningen
[io.github.hanhankj/base "1.3.9"]
Apache Buildr
'io.github.hanhankj:base:jar:1.3.9'