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