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