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