MVN

com.airhacks.rulz : jaxrsclient

Maven & Gradle

Nov 28, 2016
23 stars

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

<dependency>
    <groupId>com.airhacks.rulz</groupId>
    <artifactId>jaxrsclient</artifactId>
    <version>0.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.airhacks.rulz : jaxrsclient to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.4

All Versions

Choose a version of com.airhacks.rulz : jaxrsclient to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
jaxrsclient-0.0.4
jaxrsclient-0.0.3
jaxrsclient-0.0.2
jaxrsclient-0.0.1
v0.0.x
jaxrsclient-v0.0.4jaxrs

How to add a dependency to Maven

Add the following com.airhacks.rulz : jaxrsclient maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.airhacks.rulz</groupId>
    <artifactId>jaxrsclient</artifactId>
    <version>0.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.airhacks.rulz : jaxrsclient gradle dependency to your build.gradle file:

implementation 'com.airhacks.rulz:jaxrsclient:0.0.4'

Gradle Kotlin DSL: Add the following com.airhacks.rulz : jaxrsclient gradle kotlin dependency to your build.gradle.kts file:

implementation("com.airhacks.rulz:jaxrsclient:0.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.airhacks.rulz : jaxrsclient sbt scala dependency to your build.sbt file:

libraryDependencies += "com.airhacks.rulz" % "jaxrsclient" % "0.0.4"