MVN

com.sun.jersey.jersey-test-framework : jersey-test-framework-grizzly2

Maven & Gradle

May 24, 2017
133 usages

Jersey Test Framework - Grizzly 2 Module

<dependency>
    <groupId>com.sun.jersey.jersey-test-framework</groupId>
    <artifactId>jersey-test-framework-grizzly2</artifactId>
    <version>1.19.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sun.jersey.jersey-test-framework : jersey-test-framework-grizzly2 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.19.4

All Versions

Choose a version of com.sun.jersey.jersey-test-framework : jersey-test-framework-grizzly2 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.19.x
jersey-test-framework-grizzly2-1.19.4
jersey-test-framework-grizzly2-1.19.3
jersey-test-framework-grizzly2-1.19.2
jersey-test-framework-grizzly2-1.19.1
1.19
jersey-test-framework-grizzly2-1.19
1.18.x
jersey-test-framework-grizzly2-1.18.6
jersey-test-framework-grizzly2-1.18.5
jersey-test-framework-grizzly2-1.18.4
jersey-test-framework-grizzly2-1.18.3
jersey-test-framework-grizzly2-1.18.2
jersey-test-framework-grizzly2-1.18.1
1.18
jersey-test-framework-grizzly2-1.18
1.17.x
jersey-test-framework-grizzly2-1.17.1
1.17
jersey-test-framework-grizzly2-1.17
1.16
jersey-test-framework-grizzly2-1.16
1.15
jersey-test-framework-grizzly2-1.15
1.14
jersey-test-framework-grizzly2-1.14
1.13
jersey-test-framework-grizzly2-1.13
jersey-test-framework-grizzly2-1.13-b01
1.12
jersey-test-framework-grizzly2-1.12
jersey-test-framework-grizzly2-1.12-b01
1.11.x
jersey-test-framework-grizzly2-1.11.2
jersey-test-framework-grizzly2-1.11.1
1.11
jersey-test-framework-grizzly2-1.11
jersey-test-framework-grizzly2-1.11-b04
jersey-test-framework-grizzly2-1.11-b03
jersey-test-framework-grizzly2-1.11-b02
jersey-test-framework-grizzly2-1.11-b01
1.10
jersey-test-framework-grizzly2-1.10
jersey-test-framework-grizzly2-1.10-b05
jersey-test-framework-grizzly2-1.10-b04
jersey-test-framework-grizzly2-1.10-b03
jersey-test-framework-grizzly2-1.10-b02
jersey-test-framework-grizzly2-1.10-b01
1.9.x
jersey-test-framework-grizzly2-1.9.1
1.9
jersey-test-framework-grizzly2-1.9
jersey-test-framework-grizzly2-1.9-ea07
jersey-test-framework-grizzly2-1.9-ea06
jersey-test-framework-grizzly2-1.9-ea04
jersey-test-framework-grizzly2-1.9-ea03
jersey-test-framework-grizzly2-1.9-ea02
jersey-test-framework-grizzly2-1.9-ea01
1.8
jersey-test-framework-grizzly2-1.8
jersey-test-framework-grizzly2-1.8-ea04
jersey-test-framework-grizzly2-1.8-ea03
jersey-test-framework-grizzly2-1.8-ea02
jersey-test-framework-grizzly2-1.8-ea01
1.7
jersey-test-framework-grizzly2-1.7
jersey-test-framework-grizzly2-1.7-ea07
jersey-test-framework-grizzly2-1.7-ea06
jersey-test-framework-grizzly2-1.7-ea05
jersey-test-framework-grizzly2-1.7-ea04
jersey-test-framework-grizzly2-1.7-ea03
jersey-test-framework-grizzly2-1.7-ea02
jersey-test-framework-grizzly2-1.7-ea01
1.6
jersey-test-framework-grizzly2-1.6
jersey-test-framework-grizzly2-1.6-ea06

How to add a dependency to Maven

Add the following com.sun.jersey.jersey-test-framework : jersey-test-framework-grizzly2 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.sun.jersey.jersey-test-framework</groupId>
    <artifactId>jersey-test-framework-grizzly2</artifactId>
    <version>1.19.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.sun.jersey.jersey-test-framework : jersey-test-framework-grizzly2 gradle dependency to your build.gradle file:

implementation 'com.sun.jersey.jersey-test-framework:jersey-test-framework-grizzly2:1.19.4'

Gradle Kotlin DSL: Add the following com.sun.jersey.jersey-test-framework : jersey-test-framework-grizzly2 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.sun.jersey.jersey-test-framework:jersey-test-framework-grizzly2:1.19.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.sun.jersey.jersey-test-framework : jersey-test-framework-grizzly2 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.sun.jersey.jersey-test-framework" % "jersey-test-framework-grizzly2" % "1.19.4"