License |
License |
---|---|
Categories |
CategoriesJersey Program Interface REST Frameworks |
GroupId | GroupIdcom.sun.jersey.samples |
ArtifactId | ArtifactIdexceptions |
Last Version | Last Version1.19.4 |
Release Date | Release Date |
Type | Typewar |
Description |
DescriptionExceptions - Jersey sample
Samples that show how to use jersey.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
exceptions-1.19.4.pom | |
exceptions-1.19.4.war | 1 MB |
exceptions-1.19.4-sources.jar | 4 KB |
exceptions-1.19.4-project.zip | 26 KB |
exceptions-1.19.4-javadoc.jar | 66 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sun.jersey.samples/exceptions/ -->
<dependency>
<groupId>com.sun.jersey.samples</groupId>
<artifactId>exceptions</artifactId>
<version>1.19.4</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.sun.jersey.samples/exceptions/
implementation 'com.sun.jersey.samples:exceptions:1.19.4'
// https://jarcasting.com/artifacts/com.sun.jersey.samples/exceptions/
implementation ("com.sun.jersey.samples:exceptions:1.19.4")
'com.sun.jersey.samples:exceptions:war:1.19.4'
<dependency org="com.sun.jersey.samples" name="exceptions" rev="1.19.4">
<artifact name="exceptions" type="war" />
</dependency>
@Grapes(
@Grab(group='com.sun.jersey.samples', module='exceptions', version='1.19.4')
)
libraryDependencies += "com.sun.jersey.samples" % "exceptions" % "1.19.4"
[com.sun.jersey.samples/exceptions "1.19.4"]