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