GroupId | GroupIdorg.apache.servicemix |
---|---|
ArtifactId | ArtifactIdapache-servicemix |
Version | Version4.4.0 |
Type | Typepom |
Filename | Size |
---|---|
apache-servicemix-4.4.0.pom | |
apache-servicemix-4.4.0.zip | 16 KB |
apache-servicemix-4.4.0-src.zip | 775 KB |
apache-servicemix-4.4.0-src.tar.gz | 249 KB |
apache-servicemix-4.4.0-features.xml | 21 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.servicemix/apache-servicemix/ -->
<dependency>
<groupId>org.apache.servicemix</groupId>
<artifactId>apache-servicemix</artifactId>
<version>4.4.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.servicemix/apache-servicemix/
implementation 'org.apache.servicemix:apache-servicemix:4.4.0'
// https://jarcasting.com/artifacts/org.apache.servicemix/apache-servicemix/
implementation ("org.apache.servicemix:apache-servicemix:4.4.0")
'org.apache.servicemix:apache-servicemix:pom:4.4.0'
<dependency org="org.apache.servicemix" name="apache-servicemix" rev="4.4.0">
<artifact name="apache-servicemix" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.servicemix', module='apache-servicemix', version='4.4.0')
)
libraryDependencies += "org.apache.servicemix" % "apache-servicemix" % "4.4.0"
[org.apache.servicemix/apache-servicemix "4.4.0"]