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