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