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