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