is not current version
Last Version 0.2

net.ltgt.jaxrs:resteasy-testing 0.1

Provides a JUnit rule to easily test JAX-RS filters, interceptors and resources; based on Resteasy

Categories

Categories

Net RESTEasy Program Interface REST Frameworks
GroupId

GroupId

net.ltgt.jaxrs
ArtifactId

ArtifactId

resteasy-testing
Version

Version

0.1
Type

Type

jar

Download resteasy-testing 0.1


<!-- https://jarcasting.com/artifacts/net.ltgt.jaxrs/resteasy-testing/ -->
<dependency>
    <groupId>net.ltgt.jaxrs</groupId>
    <artifactId>resteasy-testing</artifactId>
    <version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.ltgt.jaxrs/resteasy-testing/
implementation 'net.ltgt.jaxrs:resteasy-testing:0.1'
// https://jarcasting.com/artifacts/net.ltgt.jaxrs/resteasy-testing/
implementation ("net.ltgt.jaxrs:resteasy-testing:0.1")
'net.ltgt.jaxrs:resteasy-testing:jar:0.1'
<dependency org="net.ltgt.jaxrs" name="resteasy-testing" rev="0.1">
  <artifact name="resteasy-testing" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.ltgt.jaxrs', module='resteasy-testing', version='0.1')
)
libraryDependencies += "net.ltgt.jaxrs" % "resteasy-testing" % "0.1"
[net.ltgt.jaxrs/resteasy-testing "0.1"]