is not current version
Last Version 0.1.5

com.github.vatbub:common.updater 0.1.3

Utility that allows any app released to a maven repository to update itself

GroupId

GroupId

com.github.vatbub
ArtifactId

ArtifactId

common.updater
Version

Version

0.1.3
Type

Type

jar

Download common.updater 0.1.3


<!-- https://jarcasting.com/artifacts/com.github.vatbub/common.updater/ -->
<dependency>
    <groupId>com.github.vatbub</groupId>
    <artifactId>common.updater</artifactId>
    <version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.vatbub/common.updater/
implementation 'com.github.vatbub:common.updater:0.1.3'
// https://jarcasting.com/artifacts/com.github.vatbub/common.updater/
implementation ("com.github.vatbub:common.updater:0.1.3")
'com.github.vatbub:common.updater:jar:0.1.3'
<dependency org="com.github.vatbub" name="common.updater" rev="0.1.3">
  <artifact name="common.updater" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.vatbub', module='common.updater', version='0.1.3')
)
libraryDependencies += "com.github.vatbub" % "common.updater" % "0.1.3"
[com.github.vatbub/common.updater "0.1.3"]