License |
License
Commercial License
|
---|---|
Categories |
CategoriesJava Languages Net |
GroupId | GroupIdnet.java.trueupdate |
ArtifactId | ArtifactIdtrueupdate |
Last Version | Last Version0.8.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionTrueUpdate
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 .
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
trueupdate-0.8.1.pom | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.java.trueupdate/trueupdate/ -->
<dependency>
<groupId>net.java.trueupdate</groupId>
<artifactId>trueupdate</artifactId>
<version>0.8.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.java.trueupdate/trueupdate/
implementation 'net.java.trueupdate:trueupdate:0.8.1'
// https://jarcasting.com/artifacts/net.java.trueupdate/trueupdate/
implementation ("net.java.trueupdate:trueupdate:0.8.1")
'net.java.trueupdate:trueupdate:pom:0.8.1'
<dependency org="net.java.trueupdate" name="trueupdate" rev="0.8.1">
<artifact name="trueupdate" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.java.trueupdate', module='trueupdate', version='0.8.1')
)
libraryDependencies += "net.java.trueupdate" % "trueupdate" % "0.8.1"
[net.java.trueupdate/trueupdate "0.8.1"]