is not current version
Last Version 5

org.apache.servicemix:components-pom 4

This pom provides the common bits for all ServiceMix components, as well as providing a reactor build for those components.

GroupId

GroupId

org.apache.servicemix
ArtifactId

ArtifactId

components-pom
Version

Version

4
Type

Type

pom

Download components-pom 4

Filename Size
components-pom-4.pom 34 KB
Browse

<!-- https://jarcasting.com/artifacts/org.apache.servicemix/components-pom/ -->
<dependency>
    <groupId>org.apache.servicemix</groupId>
    <artifactId>components-pom</artifactId>
    <version>4</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.servicemix/components-pom/
implementation 'org.apache.servicemix:components-pom:4'
// https://jarcasting.com/artifacts/org.apache.servicemix/components-pom/
implementation ("org.apache.servicemix:components-pom:4")
'org.apache.servicemix:components-pom:pom:4'
<dependency org="org.apache.servicemix" name="components-pom" rev="4">
  <artifact name="components-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.servicemix', module='components-pom', version='4')
)
libraryDependencies += "org.apache.servicemix" % "components-pom" % "4"
[org.apache.servicemix/components-pom "4"]