GroupId | GroupIdorg.apache.servicemix |
---|---|
ArtifactId | ArtifactIdapache-servicemix |
Version | Version6.1.4 |
Type | Typepom |
Filename | Size |
---|---|
apache-servicemix-6.1.4.pom | |
apache-servicemix-6.1.4.zip | 15 KB |
apache-servicemix-6.1.4-src.zip | 680 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.servicemix/apache-servicemix/ -->
<dependency>
<groupId>org.apache.servicemix</groupId>
<artifactId>apache-servicemix</artifactId>
<version>6.1.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.servicemix/apache-servicemix/
implementation 'org.apache.servicemix:apache-servicemix:6.1.4'
// https://jarcasting.com/artifacts/org.apache.servicemix/apache-servicemix/
implementation ("org.apache.servicemix:apache-servicemix:6.1.4")
'org.apache.servicemix:apache-servicemix:pom:6.1.4'
<dependency org="org.apache.servicemix" name="apache-servicemix" rev="6.1.4">
<artifact name="apache-servicemix" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.servicemix', module='apache-servicemix', version='6.1.4')
)
libraryDependencies += "org.apache.servicemix" % "apache-servicemix" % "6.1.4"
[org.apache.servicemix/apache-servicemix "6.1.4"]