Categories |
CategoriesJBoss Container Application Servers RESTEasy Program Interface REST Frameworks |
---|---|
GroupId | GroupIdorg.jboss.resteasy |
ArtifactId | ArtifactIdresteasy-spring-web |
Version | Version4.5.2.Final |
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.5.2.Final</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.resteasy/resteasy-spring-web/
implementation 'org.jboss.resteasy:resteasy-spring-web:4.5.2.Final'
// https://jarcasting.com/artifacts/org.jboss.resteasy/resteasy-spring-web/
implementation ("org.jboss.resteasy:resteasy-spring-web:4.5.2.Final")
'org.jboss.resteasy:resteasy-spring-web:jar:4.5.2.Final'
<dependency org="org.jboss.resteasy" name="resteasy-spring-web" rev="4.5.2.Final">
<artifact name="resteasy-spring-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.resteasy', module='resteasy-spring-web', version='4.5.2.Final')
)
libraryDependencies += "org.jboss.resteasy" % "resteasy-spring-web" % "4.5.2.Final"
[org.jboss.resteasy/resteasy-spring-web "4.5.2.Final"]