GroupId | GroupIdorg.apache.servicemix |
---|---|
ArtifactId | ArtifactIdapache-servicemix |
Version | Version3.3.2 |
Type | Typepom |
Filename | Size |
---|---|
apache-servicemix-3.3.2.pom | |
apache-servicemix-3.3.2.zip | 37 KB |
apache-servicemix-3.3.2-src.zip | 2 MB |
apache-servicemix-3.3.2-src.tar.gz | 915 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.servicemix/apache-servicemix/ -->
<dependency>
<groupId>org.apache.servicemix</groupId>
<artifactId>apache-servicemix</artifactId>
<version>3.3.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.servicemix/apache-servicemix/
implementation 'org.apache.servicemix:apache-servicemix:3.3.2'
// https://jarcasting.com/artifacts/org.apache.servicemix/apache-servicemix/
implementation ("org.apache.servicemix:apache-servicemix:3.3.2")
'org.apache.servicemix:apache-servicemix:pom:3.3.2'
<dependency org="org.apache.servicemix" name="apache-servicemix" rev="3.3.2">
<artifact name="apache-servicemix" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.servicemix', module='apache-servicemix', version='3.3.2')
)
libraryDependencies += "org.apache.servicemix" % "apache-servicemix" % "3.3.2"
[org.apache.servicemix/apache-servicemix "3.3.2"]