<dependency>
<groupId>org.switchyard</groupId>
<artifactId>switchyard-as7-standalone-bundle</artifactId>
<version>2.0.1.redhat-621177</version>
</dependency>
implementation group: 'org.switchyard', name: 'switchyard-as7-standalone-bundle', version: '2.0.1.redhat-621177'
implementation 'org.switchyard:switchyard-as7-standalone-bundle:2.0.1.redhat-621177'
implementation("org.switchyard:switchyard-as7-standalone-bundle:2.0.1.redhat-621177")
libraryDependencies += "org.switchyard" % "switchyard-as7-standalone-bundle" % "2.0.1.redhat-621177"
<dependency org="org.switchyard" name="switchyard-as7-standalone-bundle" rev="2.0.1.redhat-621177"/>
@Grapes(
@Grab(group='org.switchyard', module='switchyard-as7-standalone-bundle', version='2.0.1.redhat-621177')
)
[org.switchyard/switchyard-as7-standalone-bundle "2.0.1.redhat-621177"]
'org.switchyard:switchyard-as7-standalone-bundle:jar:2.0.1.redhat-621177'