文件下载
文件名 操作
androidx-0.9.5.pom 下载
androidx-0.9.5-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.duduhuang88</groupId>
  <artifactId>androidx</artifactId>
  <version>0.9.5</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'io.github.duduhuang88:androidx:0.9.5'
Gradle Kotlin
implementation("io.github.duduhuang88:androidx:0.9.5")
Scala SBT
libraryDependencies += "io.github.duduhuang88" % "androidx" % "0.9.5"
Groovy Grape
@Grapes(
  @Grab(group='io.github.duduhuang88', module='androidx', version='0.9.5')
)
Apache Ivy
<dependency org="io.github.duduhuang88" name="androidx" rev="0.9.5" />
Leiningen
[io.github.duduhuang88/androidx "0.9.5"]
Apache Buildr
'io.github.duduhuang88:androidx:jar:0.9.5'