is not current version
Last Version 1.5.9

org.update4j:update4j 1.4.3

Updates and launches Java 9+ Applications

GroupId

GroupId

org.update4j
ArtifactId

ArtifactId

update4j
Version

Version

1.4.3
Type

Type

jar

Download update4j 1.4.3


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