GroupId | GroupIdorg.apache.servicemix |
---|---|
ArtifactId | ArtifactIdparent |
Version | Version5.5.2 |
Type | Typepom |
Filename | Size |
---|---|
parent-5.5.2.pom | 26 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.servicemix/parent/ -->
<dependency>
<groupId>org.apache.servicemix</groupId>
<artifactId>parent</artifactId>
<version>5.5.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.servicemix/parent/
implementation 'org.apache.servicemix:parent:5.5.2'
// https://jarcasting.com/artifacts/org.apache.servicemix/parent/
implementation ("org.apache.servicemix:parent:5.5.2")
'org.apache.servicemix:parent:pom:5.5.2'
<dependency org="org.apache.servicemix" name="parent" rev="5.5.2">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.servicemix', module='parent', version='5.5.2')
)
libraryDependencies += "org.apache.servicemix" % "parent" % "5.5.2"
[org.apache.servicemix/parent "5.5.2"]