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