is not current version
Last Version 0.0.4

com.airhacks.rulz:jaxrsclient 0.0.1

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

0.0.1
Type

Type

jar

Download jaxrsclient 0.0.1


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