| Лицензия |
Лицензия |
|---|---|
| Группа | Группаde.kaufhof.ets |
| Идентификатор | Идентификаторets-poms-archetype-parent |
| Версия | Версия0.6.0 |
| Тип | Типpom |
| Описание |
ОписаниеEShop Technology Stack (ETS) - Archetype Parent POM
The ETS Poms are the parent POMs for all libraries / applications maintained in the ETS scope. They define
library versions, plugin configurations and activations.
|
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| ets-poms-archetype-parent-0.6.0.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/de.kaufhof.ets/ets-poms-archetype-parent/ -->
<dependency>
<groupId>de.kaufhof.ets</groupId>
<artifactId>ets-poms-archetype-parent</artifactId>
<version>0.6.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.kaufhof.ets/ets-poms-archetype-parent/
implementation 'de.kaufhof.ets:ets-poms-archetype-parent:0.6.0'
// https://jarcasting.com/artifacts/de.kaufhof.ets/ets-poms-archetype-parent/
implementation ("de.kaufhof.ets:ets-poms-archetype-parent:0.6.0")
'de.kaufhof.ets:ets-poms-archetype-parent:pom:0.6.0'
<dependency org="de.kaufhof.ets" name="ets-poms-archetype-parent" rev="0.6.0">
<artifact name="ets-poms-archetype-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.kaufhof.ets', module='ets-poms-archetype-parent', version='0.6.0')
)
libraryDependencies += "de.kaufhof.ets" % "ets-poms-archetype-parent" % "0.6.0"
[de.kaufhof.ets/ets-poms-archetype-parent "0.6.0"]