MVN

com.fitbur.testify.client : jersey-client

Maven & Gradle

Feb 18, 2016
5 usages
<dependency>
    <groupId>com.fitbur.testify.client</groupId>
    <artifactId>jersey-client</artifactId>
    <version>0.1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.fitbur.testify.client : jersey-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.3

All Versions

Choose a version of com.fitbur.testify.client : jersey-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
jersey-client-0.1.3
jersey-client-0.1.2
jersey-client-0.1.1
jersey-client-0.1.0
0.0.x
jersey-client-0.0.9
jersey-client-0.0.8
jersey-client-0.0.7

How to add a dependency to Maven

Add the following com.fitbur.testify.client : jersey-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.fitbur.testify.client</groupId>
    <artifactId>jersey-client</artifactId>
    <version>0.1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.fitbur.testify.client : jersey-client gradle dependency to your build.gradle file:

implementation 'com.fitbur.testify.client:jersey-client:0.1.3'

Gradle Kotlin DSL: Add the following com.fitbur.testify.client : jersey-client gradle kotlin dependency to your build.gradle.kts file:

implementation("com.fitbur.testify.client:jersey-client:0.1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.fitbur.testify.client : jersey-client sbt scala dependency to your build.sbt file:

libraryDependencies += "com.fitbur.testify.client" % "jersey-client" % "0.1.3"