| GroupId | GroupIdorg.switchyard | 
|---|---|
| ArtifactId | ArtifactIdswitchyard-rhq-plugin | 
| Version | Version2.0.1.redhat-621159 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.switchyard/switchyard-rhq-plugin/ -->
<dependency>
    <groupId>org.switchyard</groupId>
    <artifactId>switchyard-rhq-plugin</artifactId>
    <version>2.0.1.redhat-621159</version>
</dependency>// https://jarcasting.com/artifacts/org.switchyard/switchyard-rhq-plugin/
implementation 'org.switchyard:switchyard-rhq-plugin:2.0.1.redhat-621159'// https://jarcasting.com/artifacts/org.switchyard/switchyard-rhq-plugin/
implementation ("org.switchyard:switchyard-rhq-plugin:2.0.1.redhat-621159")'org.switchyard:switchyard-rhq-plugin:jar:2.0.1.redhat-621159'<dependency org="org.switchyard" name="switchyard-rhq-plugin" rev="2.0.1.redhat-621159">
  <artifact name="switchyard-rhq-plugin" type="jar" />
</dependency>@Grapes(
@Grab(group='org.switchyard', module='switchyard-rhq-plugin', version='2.0.1.redhat-621159')
)libraryDependencies += "org.switchyard" % "switchyard-rhq-plugin" % "2.0.1.redhat-621159"[org.switchyard/switchyard-rhq-plugin "2.0.1.redhat-621159"]