Categories |
CategoriesRESTEasy Program Interface REST Frameworks |
---|---|
GroupId | GroupIdorg.switchyard |
ArtifactId | ArtifactIdswitchyard-forge-resteasy-plugin |
Version | Version1.1.0.CR1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.switchyard/switchyard-forge-resteasy-plugin/ -->
<dependency>
<groupId>org.switchyard</groupId>
<artifactId>switchyard-forge-resteasy-plugin</artifactId>
<version>1.1.0.CR1</version>
</dependency>
// https://jarcasting.com/artifacts/org.switchyard/switchyard-forge-resteasy-plugin/
implementation 'org.switchyard:switchyard-forge-resteasy-plugin:1.1.0.CR1'
// https://jarcasting.com/artifacts/org.switchyard/switchyard-forge-resteasy-plugin/
implementation ("org.switchyard:switchyard-forge-resteasy-plugin:1.1.0.CR1")
'org.switchyard:switchyard-forge-resteasy-plugin:jar:1.1.0.CR1'
<dependency org="org.switchyard" name="switchyard-forge-resteasy-plugin" rev="1.1.0.CR1">
<artifact name="switchyard-forge-resteasy-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.switchyard', module='switchyard-forge-resteasy-plugin', version='1.1.0.CR1')
)
libraryDependencies += "org.switchyard" % "switchyard-forge-resteasy-plugin" % "1.1.0.CR1"
[org.switchyard/switchyard-forge-resteasy-plugin "1.1.0.CR1"]