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