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