License |
License |
---|---|
Categories |
CategoriesJBoss Container Application Servers RESTEasy Program Interface REST Frameworks |
GroupId | GroupIdorg.jboss.resteasy |
ArtifactId | ArtifactIdresteasy-spring-web |
Last Version | Last Version4.7.6.Final |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionRESTEasy Spring SPI
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.jboss.resteasy/resteasy-spring-web/ -->
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-spring-web</artifactId>
<version>4.7.6.Final</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.resteasy/resteasy-spring-web/
implementation 'org.jboss.resteasy:resteasy-spring-web:4.7.6.Final'
// https://jarcasting.com/artifacts/org.jboss.resteasy/resteasy-spring-web/
implementation ("org.jboss.resteasy:resteasy-spring-web:4.7.6.Final")
'org.jboss.resteasy:resteasy-spring-web:jar:4.7.6.Final'
<dependency org="org.jboss.resteasy" name="resteasy-spring-web" rev="4.7.6.Final">
<artifact name="resteasy-spring-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.resteasy', module='resteasy-spring-web', version='4.7.6.Final')
)
libraryDependencies += "org.jboss.resteasy" % "resteasy-spring-web" % "4.7.6.Final"
[org.jboss.resteasy/resteasy-spring-web "4.7.6.Final"]
Group / Artifact | Type | Version |
---|---|---|
org.jboss.resteasy : resteasy-core | jar | 4.7.6.Final |
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-web | jar | 5.0.14.RELEASE |