b

base

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