| Группа | Группаorg.openengsb.framework |
|---|---|
| Идентификатор | Идентификаторopenengsb-framework-root |
| Версия | Версия2.4.3 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| openengsb-framework-root-2.4.3.pom | 6 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.openengsb.framework/openengsb-framework-root/ -->
<dependency>
<groupId>org.openengsb.framework</groupId>
<artifactId>openengsb-framework-root</artifactId>
<version>2.4.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.openengsb.framework/openengsb-framework-root/
implementation 'org.openengsb.framework:openengsb-framework-root:2.4.3'
// https://jarcasting.com/artifacts/org.openengsb.framework/openengsb-framework-root/
implementation ("org.openengsb.framework:openengsb-framework-root:2.4.3")
'org.openengsb.framework:openengsb-framework-root:pom:2.4.3'
<dependency org="org.openengsb.framework" name="openengsb-framework-root" rev="2.4.3">
<artifact name="openengsb-framework-root" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.openengsb.framework', module='openengsb-framework-root', version='2.4.3')
)
libraryDependencies += "org.openengsb.framework" % "openengsb-framework-root" % "2.4.3"
[org.openengsb.framework/openengsb-framework-root "2.4.3"]