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