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