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