is not current version
Last Version 0.0.4

com.airhacks.rulz:jaxrsclient v0.0.4jaxrs

A JUnit rule which makes the JAX-RS 2.0 client accessible for integration tests

Categories

Categories

CLI User Interface
GroupId

GroupId

com.airhacks.rulz
ArtifactId

ArtifactId

jaxrsclient
Version

Version

v0.0.4jaxrs
Type

Type

jar

Download jaxrsclient v0.0.4jaxrs


<!-- https://jarcasting.com/artifacts/com.airhacks.rulz/jaxrsclient/ -->
<dependency>
    <groupId>com.airhacks.rulz</groupId>
    <artifactId>jaxrsclient</artifactId>
    <version>v0.0.4jaxrs</version>
</dependency>
// https://jarcasting.com/artifacts/com.airhacks.rulz/jaxrsclient/
implementation 'com.airhacks.rulz:jaxrsclient:v0.0.4jaxrs'
// https://jarcasting.com/artifacts/com.airhacks.rulz/jaxrsclient/
implementation ("com.airhacks.rulz:jaxrsclient:v0.0.4jaxrs")
'com.airhacks.rulz:jaxrsclient:jar:v0.0.4jaxrs'
<dependency org="com.airhacks.rulz" name="jaxrsclient" rev="v0.0.4jaxrs">
  <artifact name="jaxrsclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.airhacks.rulz', module='jaxrsclient', version='v0.0.4jaxrs')
)
libraryDependencies += "com.airhacks.rulz" % "jaxrsclient" % "v0.0.4jaxrs"
[com.airhacks.rulz/jaxrsclient "v0.0.4jaxrs"]