c

common.updater

Utility that allows any app released to a maven repository to update itself
Files download
File Operation
common.updater-0.1.5.jar download
common.updater-0.1.5.pom download
common.updater-0.1.5-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.vatbub</groupId>
  <artifactId>common.updater</artifactId>
  <version>0.1.5</version>
</dependency>
Gradle Groovy
implementation 'com.github.vatbub:common.updater:0.1.5'
Gradle Kotlin
implementation("com.github.vatbub:common.updater:0.1.5")
Scala SBT
libraryDependencies += "com.github.vatbub" % "common.updater" % "0.1.5"
Groovy Grape
@Grapes(
  @Grab(group='com.github.vatbub', module='common.updater', version='0.1.5')
)
Apache Ivy
<dependency org="com.github.vatbub" name="common.updater" rev="0.1.5" />
Leiningen
[com.github.vatbub/common.updater "0.1.5"]
Apache Buildr
'com.github.vatbub:common.updater:jar:0.1.5'