is not current version
Last Version 1.19.4

com.sun.jersey.samples:exceptions 1.10-b04


Categories

Categories

Jersey Program Interface REST Frameworks
GroupId

GroupId

com.sun.jersey.samples
ArtifactId

ArtifactId

exceptions
Version

Version

1.10-b04
Type

Type

war

Download exceptions 1.10-b04


<!-- https://jarcasting.com/artifacts/com.sun.jersey.samples/exceptions/ -->
<dependency>
    <groupId>com.sun.jersey.samples</groupId>
    <artifactId>exceptions</artifactId>
    <version>1.10-b04</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.sun.jersey.samples/exceptions/
implementation 'com.sun.jersey.samples:exceptions:1.10-b04'
// https://jarcasting.com/artifacts/com.sun.jersey.samples/exceptions/
implementation ("com.sun.jersey.samples:exceptions:1.10-b04")
'com.sun.jersey.samples:exceptions:war:1.10-b04'
<dependency org="com.sun.jersey.samples" name="exceptions" rev="1.10-b04">
  <artifact name="exceptions" type="war" />
</dependency>
@Grapes(
@Grab(group='com.sun.jersey.samples', module='exceptions', version='1.10-b04')
)
libraryDependencies += "com.sun.jersey.samples" % "exceptions" % "1.10-b04"
[com.sun.jersey.samples/exceptions "1.10-b04"]