is not current version
Last Version 1.5.9

org.update4j:update4j 1.1.2-beta

Updates and launches Java 9+ Applications

GroupId

GroupId

org.update4j
ArtifactId

ArtifactId

update4j
Version

Version

1.1.2-beta
Type

Type

jar

Download update4j 1.1.2-beta


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