MVN

com.sun.jersey.samples : exceptions

Maven & Gradle

May 24, 2017

Exceptions - Jersey sample

<dependency>
    <groupId>com.sun.jersey.samples</groupId>
    <artifactId>exceptions</artifactId>
    <version>1.19.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sun.jersey.samples : exceptions to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.19.4

All Versions

Choose a version of com.sun.jersey.samples : exceptions to add to Maven or Gradle - All Versions:

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

How to add a dependency to Maven

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

<dependency>
    <groupId>com.sun.jersey.samples</groupId>
    <artifactId>exceptions</artifactId>
    <version>1.19.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.sun.jersey.samples : exceptions gradle dependency to your build.gradle file:

implementation 'com.sun.jersey.samples:exceptions:1.19.4'

Gradle Kotlin DSL: Add the following com.sun.jersey.samples : exceptions gradle kotlin dependency to your build.gradle.kts file:

implementation("com.sun.jersey.samples:exceptions:1.19.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.sun.jersey.samples : exceptions sbt scala dependency to your build.sbt file:

libraryDependencies += "com.sun.jersey.samples" % "exceptions" % "1.19.4"