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