Download updater-1.0.0.jar file - Jar u

Jar examples for u:updater

Description

Semantic versioning compliant update checker that integrates with GitHub releases.

You can download jar file updater 1.0.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add updater-1.0.0.jar to your project.

<dependency>
   <groupId>de.albionco</groupId>
   <artifactId>updater</artifactId>
   <version>1.0.0</version>
</dependency>
compile group: 'de.albionco', name: 'updater', version: '1.0.0'
libraryDependencies += "de.albionco" % "updater" % "1.0.0"
<dependency org="de.albionco" name="updater" rev="1.0.0"/>
@Grapes(@Grab(group='de.albionco', module='updater', version='1.0.0'))
'de.albionco:updater:jar:1.0.0'

Download

Click the following link to download the jar file.

updater-1.0.0-javadoc.jar
updater-1.0.0-sources.jar
updater-1.0.0.jar
updater-1.0.0.pom



Related Tutorials