is not current version
Last Version 7.0.1

org.apache.servicemix:parent 5.6.0

Bill-of-materials of the core components and versions used for building the features project (This POM contains the dependencies and versions that are useful to both users and our own development)

GroupId

GroupId

org.apache.servicemix
ArtifactId

ArtifactId

parent
Version

Version

5.6.0
Type

Type

pom

Download parent 5.6.0

Filename Size
parent-5.6.0.pom 26 KB
Browse

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