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