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