Categories |
CategoriesJBoss Container Application Servers RESTEasy Program Interface REST Frameworks |
---|---|
GroupId | GroupIdorg.jboss.resteasy |
ArtifactId | ArtifactIdresteasy-spring-web |
Version | Version4.4.0.CR1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.jboss.resteasy/resteasy-spring-web/ -->
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-spring-web</artifactId>
<version>4.4.0.CR1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.resteasy/resteasy-spring-web/
implementation 'org.jboss.resteasy:resteasy-spring-web:4.4.0.CR1'
// https://jarcasting.com/artifacts/org.jboss.resteasy/resteasy-spring-web/
implementation ("org.jboss.resteasy:resteasy-spring-web:4.4.0.CR1")
'org.jboss.resteasy:resteasy-spring-web:jar:4.4.0.CR1'
<dependency org="org.jboss.resteasy" name="resteasy-spring-web" rev="4.4.0.CR1">
<artifact name="resteasy-spring-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.resteasy', module='resteasy-spring-web', version='4.4.0.CR1')
)
libraryDependencies += "org.jboss.resteasy" % "resteasy-spring-web" % "4.4.0.CR1"
[org.jboss.resteasy/resteasy-spring-web "4.4.0.CR1"]