| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.incode |
| Идентификатор | Идентификаторincode-parent |
| Последняя версия | Последняя версия1.17.0 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеIncode Platform (Parent POM)
This module is the parent of the Incode Platform modules, and can also be used as the parent for applications that use the Incode Platform modules. It builds upon the org.incode:incode-build standard parent POM, adding in additional Maven plugins for the Apache Isis framework.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| incode-parent-1.17.0.pom | 21 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.incode/incode-parent/ -->
<dependency>
<groupId>org.incode</groupId>
<artifactId>incode-parent</artifactId>
<version>1.17.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.incode/incode-parent/
implementation 'org.incode:incode-parent:1.17.0'
// https://jarcasting.com/artifacts/org.incode/incode-parent/
implementation ("org.incode:incode-parent:1.17.0")
'org.incode:incode-parent:pom:1.17.0'
<dependency org="org.incode" name="incode-parent" rev="1.17.0">
<artifact name="incode-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.incode', module='incode-parent', version='1.17.0')
)
libraryDependencies += "org.incode" % "incode-parent" % "1.17.0"
[org.incode/incode-parent "1.17.0"]