License |
License |
---|---|
GroupId | GroupIdorg.apache.servicemix |
ArtifactId | ArtifactIdcomponents-pom |
Last Version | Last Version5 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionServiceMix :: Components POM
This pom provides the common bits for all ServiceMix components, as well as providing a reactor build for those components.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
components-pom-5.pom | 34 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.servicemix/components-pom/ -->
<dependency>
<groupId>org.apache.servicemix</groupId>
<artifactId>components-pom</artifactId>
<version>5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.servicemix/components-pom/
implementation 'org.apache.servicemix:components-pom:5'
// https://jarcasting.com/artifacts/org.apache.servicemix/components-pom/
implementation ("org.apache.servicemix:components-pom:5")
'org.apache.servicemix:components-pom:pom:5'
<dependency org="org.apache.servicemix" name="components-pom" rev="5">
<artifact name="components-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.servicemix', module='components-pom', version='5')
)
libraryDependencies += "org.apache.servicemix" % "components-pom" % "5"
[org.apache.servicemix/components-pom "5"]