OpenEngSB Root Pom
Root pom file for all OpenEngSB projects, its repositories, its dependencies and general build configurations.
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.openengsb |
| Идентификатор | Идентификаторopenengsb-root |
| Последняя версия | Последняя версия37 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеOpenEngSB :: Root
Contains the root information for all OpenEngSB projects.
|
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| openengsb-root-37.pom | 17 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.openengsb/openengsb-root/ -->
<dependency>
<groupId>org.openengsb</groupId>
<artifactId>openengsb-root</artifactId>
<version>37</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.openengsb/openengsb-root/
implementation 'org.openengsb:openengsb-root:37'
// https://jarcasting.com/artifacts/org.openengsb/openengsb-root/
implementation ("org.openengsb:openengsb-root:37")
'org.openengsb:openengsb-root:pom:37'
<dependency org="org.openengsb" name="openengsb-root" rev="37">
<artifact name="openengsb-root" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.openengsb', module='openengsb-root', version='37')
)
libraryDependencies += "org.openengsb" % "openengsb-root" % "37"
[org.openengsb/openengsb-root "37"]
Root pom file for all OpenEngSB projects, its repositories, its dependencies and general build configurations.