This repository branch is no longer maintained
This project has moved to appformer (https://github.com/kiegroup/appformer).
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.uberfire |
| Идентификатор | Идентификаторuberfire-parent-with-dependencies |
| Последняя версия | Последняя версия0.9.0.Final |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеUberFire parent with dependencies
The parent with dependencies declares all dependency versions in dependencyManagement.
All modules extend this parent, except for the boms (which are used here).
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| uberfire-parent-with-dependencies-0.9.0.Final.pom | 19 KB |
| uberfire-parent-with-dependencies-0.9.0.Final-tests.jar | 4 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.uberfire/uberfire-parent-with-dependencies/ -->
<dependency>
<groupId>org.uberfire</groupId>
<artifactId>uberfire-parent-with-dependencies</artifactId>
<version>0.9.0.Final</version>
</dependency>
// https://jarcasting.com/artifacts/org.uberfire/uberfire-parent-with-dependencies/
implementation 'org.uberfire:uberfire-parent-with-dependencies:0.9.0.Final'
// https://jarcasting.com/artifacts/org.uberfire/uberfire-parent-with-dependencies/
implementation ("org.uberfire:uberfire-parent-with-dependencies:0.9.0.Final")
'org.uberfire:uberfire-parent-with-dependencies:jar:0.9.0.Final'
<dependency org="org.uberfire" name="uberfire-parent-with-dependencies" rev="0.9.0.Final">
<artifact name="uberfire-parent-with-dependencies" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.uberfire', module='uberfire-parent-with-dependencies', version='0.9.0.Final')
)
libraryDependencies += "org.uberfire" % "uberfire-parent-with-dependencies" % "0.9.0.Final"
[org.uberfire/uberfire-parent-with-dependencies "0.9.0.Final"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | |
| org.mockito : mockito-core | jar | |
| org.easytesting : fest-assert-core | jar |
This project has moved to appformer (https://github.com/kiegroup/appformer).