| Categories | CategoriesJBoss Container Application Servers Data RESTEasy Program Interface REST Frameworks | 
|---|---|
| GroupId | GroupIdorg.jboss.resteasy | 
| ArtifactId | ArtifactIdresteasy-test-data | 
| Version | Version2.0-beta-3 | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| resteasy-test-data-2.0-beta-3.pom | |
| resteasy-test-data-2.0-beta-3.jar | 19 KB | 
| resteasy-test-data-2.0-beta-3-sources.jar | 20 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.jboss.resteasy/resteasy-test-data/ -->
<dependency>
    <groupId>org.jboss.resteasy</groupId>
    <artifactId>resteasy-test-data</artifactId>
    <version>2.0-beta-3</version>
</dependency>// https://jarcasting.com/artifacts/org.jboss.resteasy/resteasy-test-data/
implementation 'org.jboss.resteasy:resteasy-test-data:2.0-beta-3'// https://jarcasting.com/artifacts/org.jboss.resteasy/resteasy-test-data/
implementation ("org.jboss.resteasy:resteasy-test-data:2.0-beta-3")'org.jboss.resteasy:resteasy-test-data:jar:2.0-beta-3'<dependency org="org.jboss.resteasy" name="resteasy-test-data" rev="2.0-beta-3">
  <artifact name="resteasy-test-data" type="jar" />
</dependency>@Grapes(
@Grab(group='org.jboss.resteasy', module='resteasy-test-data', version='2.0-beta-3')
)libraryDependencies += "org.jboss.resteasy" % "resteasy-test-data" % "2.0-beta-3"[org.jboss.resteasy/resteasy-test-data "2.0-beta-3"]