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