Files download
File Operation
custom-dialogs-1.4.pom download
Apache Maven
<dependency>
  <groupId>io.github.therandomcrafter83</groupId>
  <artifactId>custom-dialogs</artifactId>
  <version>1.4</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'io.github.therandomcrafter83:custom-dialogs:1.4'
Gradle Kotlin
implementation("io.github.therandomcrafter83:custom-dialogs:1.4")
Scala SBT
libraryDependencies += "io.github.therandomcrafter83" % "custom-dialogs" % "1.4"
Groovy Grape
@Grapes(
  @Grab(group='io.github.therandomcrafter83', module='custom-dialogs', version='1.4')
)
Apache Ivy
<dependency org="io.github.therandomcrafter83" name="custom-dialogs" rev="1.4" />
Leiningen
[io.github.therandomcrafter83/custom-dialogs "1.4"]
Apache Buildr
'io.github.therandomcrafter83:custom-dialogs:jar:1.4'