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