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