<dependency>
<groupId>org.jboss.resteasy.spring</groupId>
<artifactId>resteasy-integration-tests-spring-web</artifactId>
<version>3.0.3.Final</version>
</dependency>
implementation group: 'org.jboss.resteasy.spring', name: 'resteasy-integration-tests-spring-web', version: '3.0.3.Final'
implementation 'org.jboss.resteasy.spring:resteasy-integration-tests-spring-web:3.0.3.Final'
implementation("org.jboss.resteasy.spring:resteasy-integration-tests-spring-web:3.0.3.Final")
libraryDependencies += "org.jboss.resteasy.spring" % "resteasy-integration-tests-spring-web" % "3.0.3.Final"
<dependency org="org.jboss.resteasy.spring" name="resteasy-integration-tests-spring-web" rev="3.0.3.Final"/>
@Grapes(
@Grab(group='org.jboss.resteasy.spring', module='resteasy-integration-tests-spring-web', version='3.0.3.Final')
)
[org.jboss.resteasy.spring/resteasy-integration-tests-spring-web "3.0.3.Final"]
'org.jboss.resteasy.spring:resteasy-integration-tests-spring-web:jar:3.0.3.Final'