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