is not current version
Last Version 5

org.apache.servicemix:components-pom 1

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

1
Type

Type

pom

Download components-pom 1

Filename Size
components-pom-1.pom 32 KB
Browse

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