A

AgreementDialog

'A dialog for user Privacy Policy'
https://github.com/nanchenyang/AgreementDialog
The Apache Software License, Version 2.0
'Nan chen yang'
文件下载
文件名 操作
AgreementDialog-1.0.pom 下载
AgreementDialog-1.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.nanchenyang</groupId>
  <artifactId>AgreementDialog</artifactId>
  <version>1.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'io.github.nanchenyang:AgreementDialog:1.0'
Gradle Kotlin
implementation("io.github.nanchenyang:AgreementDialog:1.0")
Scala SBT
libraryDependencies += "io.github.nanchenyang" % "AgreementDialog" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.nanchenyang', module='AgreementDialog', version='1.0')
)
Apache Ivy
<dependency org="io.github.nanchenyang" name="AgreementDialog" rev="1.0" />
Leiningen
[io.github.nanchenyang/AgreementDialog "1.0"]
Apache Buildr
'io.github.nanchenyang:AgreementDialog:jar:1.0'