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