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