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