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