Categories |
CategoriesJBoss Container Application Servers RESTEasy Program Interface REST Frameworks |
---|---|
GroupId | GroupIdorg.jboss.resteasy |
ArtifactId | ArtifactIdresteasy-integration-tests-spring-unit |
Version | Version4.7.2.Final |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.jboss.resteasy/resteasy-integration-tests-spring-unit/ -->
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-integration-tests-spring-unit</artifactId>
<version>4.7.2.Final</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.resteasy/resteasy-integration-tests-spring-unit/
implementation 'org.jboss.resteasy:resteasy-integration-tests-spring-unit:4.7.2.Final'
// https://jarcasting.com/artifacts/org.jboss.resteasy/resteasy-integration-tests-spring-unit/
implementation ("org.jboss.resteasy:resteasy-integration-tests-spring-unit:4.7.2.Final")
'org.jboss.resteasy:resteasy-integration-tests-spring-unit:jar:4.7.2.Final'
<dependency org="org.jboss.resteasy" name="resteasy-integration-tests-spring-unit" rev="4.7.2.Final">
<artifact name="resteasy-integration-tests-spring-unit" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.resteasy', module='resteasy-integration-tests-spring-unit', version='4.7.2.Final')
)
libraryDependencies += "org.jboss.resteasy" % "resteasy-integration-tests-spring-unit" % "4.7.2.Final"
[org.jboss.resteasy/resteasy-integration-tests-spring-unit "4.7.2.Final"]