b

base

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