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