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