GroupId | GroupIdorg.switchyard |
---|---|
ArtifactId | ArtifactIdswitchyard-parent |
Version | Version2.0.1.redhat-621090 |
Type | Typepom |
Filename | Size |
---|---|
switchyard-parent-2.0.1.redhat-621090.pom | 90 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.switchyard/switchyard-parent/ -->
<dependency>
<groupId>org.switchyard</groupId>
<artifactId>switchyard-parent</artifactId>
<version>2.0.1.redhat-621090</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.switchyard/switchyard-parent/
implementation 'org.switchyard:switchyard-parent:2.0.1.redhat-621090'
// https://jarcasting.com/artifacts/org.switchyard/switchyard-parent/
implementation ("org.switchyard:switchyard-parent:2.0.1.redhat-621090")
'org.switchyard:switchyard-parent:pom:2.0.1.redhat-621090'
<dependency org="org.switchyard" name="switchyard-parent" rev="2.0.1.redhat-621090">
<artifact name="switchyard-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.switchyard', module='switchyard-parent', version='2.0.1.redhat-621090')
)
libraryDependencies += "org.switchyard" % "switchyard-parent" % "2.0.1.redhat-621090"
[org.switchyard/switchyard-parent "2.0.1.redhat-621090"]