Files download
File Operation
update4j-1.5.8.jar download
update4j-1.5.8.pom download
update4j-1.5.8-sources.jar download
Apache Maven
<dependency>
  <groupId>org.update4j</groupId>
  <artifactId>update4j</artifactId>
  <version>1.5.8</version>
</dependency>
Gradle Groovy
implementation 'org.update4j:update4j:1.5.8'
Gradle Kotlin
implementation("org.update4j:update4j:1.5.8")
Scala SBT
libraryDependencies += "org.update4j" % "update4j" % "1.5.8"
Groovy Grape
@Grapes(
  @Grab(group='org.update4j', module='update4j', version='1.5.8')
)
Apache Ivy
<dependency org="org.update4j" name="update4j" rev="1.5.8" />
Leiningen
[org.update4j/update4j "1.5.8"]
Apache Buildr
'org.update4j:update4j:jar:1.5.8'
Dependencies
The project has no third-party dependencies