| License |
License
GPLv3
|
|---|---|
| GroupId | GroupIdde.albionco |
| ArtifactId | ArtifactIdupdater |
| Last Version | Last Version1.0.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionUpdater
Semantic versioning compliant update checker that integrates with GitHub releases.
|
| Filename | Size |
|---|---|
| updater-1.0.2.pom | |
| updater-1.0.2.jar | 30 KB |
| updater-1.0.2-sources.jar | 5 KB |
| updater-1.0.2-javadoc.jar | 52 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.albionco/updater/ -->
<dependency>
<groupId>de.albionco</groupId>
<artifactId>updater</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/de.albionco/updater/
implementation 'de.albionco:updater:1.0.2'
// https://jarcasting.com/artifacts/de.albionco/updater/
implementation ("de.albionco:updater:1.0.2")
'de.albionco:updater:jar:1.0.2'
<dependency org="de.albionco" name="updater" rev="1.0.2">
<artifact name="updater" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.albionco', module='updater', version='1.0.2')
)
libraryDependencies += "de.albionco" % "updater" % "1.0.2"
[de.albionco/updater "1.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.googlecode.json-simple : json-simple | jar | 1.1.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |