| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.apache.servicemix |
| Идентификатор | Идентификаторcomponents-pom |
| Версия | Версия5 |
| Тип | Типpom |
| Описание |
ОписаниеServiceMix :: Components POM
This pom provides the common bits for all ServiceMix components, as well as providing a reactor build for those components.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| components-pom-5.pom | 34 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.servicemix/components-pom/ -->
<dependency>
<groupId>org.apache.servicemix</groupId>
<artifactId>components-pom</artifactId>
<version>5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.servicemix/components-pom/
implementation 'org.apache.servicemix:components-pom:5'
// https://jarcasting.com/artifacts/org.apache.servicemix/components-pom/
implementation ("org.apache.servicemix:components-pom:5")
'org.apache.servicemix:components-pom:pom:5'
<dependency org="org.apache.servicemix" name="components-pom" rev="5">
<artifact name="components-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.servicemix', module='components-pom', version='5')
)
libraryDependencies += "org.apache.servicemix" % "components-pom" % "5"
[org.apache.servicemix/components-pom "5"]