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