t

trueupdate

A framework for keeping deployed Java enterprise applications up-to-date. Note that this is commercial open source software covered by the GNU Affero General Public License version 3 (AGPLv3) - see http://www.gnu.org/licenses/agpl-3.0-standalone.html . If you need a quote for using it with software which is not covered by the AGPLv3, then please contact sales AT schlichtherle DOT de .
https://trueupdate.java.net
Commercial License GNU AFFERO GENERAL PUBLIC LICENSE, Version 3, 19 November 2007
Christian Schlichtherle
Files download
File Operation
trueupdate-0.8.1.pom download
Apache Maven
<dependency>
  <groupId>net.java.trueupdate</groupId>
  <artifactId>trueupdate</artifactId>
  <version>0.8.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'net.java.trueupdate:trueupdate:0.8.1'
Gradle Kotlin
implementation("net.java.trueupdate:trueupdate:0.8.1")
Scala SBT
libraryDependencies += "net.java.trueupdate" % "trueupdate" % "0.8.1"
Groovy Grape
@Grapes(
  @Grab(group='net.java.trueupdate', module='trueupdate', version='0.8.1')
)
Apache Ivy
<dependency org="net.java.trueupdate" name="trueupdate" rev="0.8.1" />
Leiningen
[net.java.trueupdate/trueupdate "0.8.1"]
Apache Buildr
'net.java.trueupdate:trueupdate:jar:0.8.1'