| Лицензия |
Лицензия
Commercial License
|
|---|---|
| Категории |
КатегорииJava Языки программирования Сеть |
| Группа | Группаnet.java.trueupdate |
| Идентификатор | Идентификаторtrueupdate |
| Последняя версия | Последняя версия0.8.1 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описание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 .
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| trueupdate-0.8.1.pom | 22 KB |
| Обзор |
<!-- 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"]