is not current version
Last Version 4.7.6.Final

org.jboss.resteasy:resteasy-spring 3.9.3.SP1


Categories

Categories

JBoss Container Application Servers RESTEasy Program Interface REST Frameworks
GroupId

GroupId

org.jboss.resteasy
ArtifactId

ArtifactId

resteasy-spring
Version

Version

3.9.3.SP1
Type

Type

jar

Download resteasy-spring 3.9.3.SP1


<!-- https://jarcasting.com/artifacts/org.jboss.resteasy/resteasy-spring/ -->
<dependency>
    <groupId>org.jboss.resteasy</groupId>
    <artifactId>resteasy-spring</artifactId>
    <version>3.9.3.SP1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.resteasy/resteasy-spring/
implementation 'org.jboss.resteasy:resteasy-spring:3.9.3.SP1'
// https://jarcasting.com/artifacts/org.jboss.resteasy/resteasy-spring/
implementation ("org.jboss.resteasy:resteasy-spring:3.9.3.SP1")
'org.jboss.resteasy:resteasy-spring:jar:3.9.3.SP1'
<dependency org="org.jboss.resteasy" name="resteasy-spring" rev="3.9.3.SP1">
  <artifact name="resteasy-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.resteasy', module='resteasy-spring', version='3.9.3.SP1')
)
libraryDependencies += "org.jboss.resteasy" % "resteasy-spring" % "3.9.3.SP1"
[org.jboss.resteasy/resteasy-spring "3.9.3.SP1"]