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