Last Version

Bookstore - Jersey sample 1.19.4

Samples that show how to use jersey.

License

License

Categories

Categories

Jersey Program Interface REST Frameworks
GroupId

GroupId

com.sun.jersey.samples
ArtifactId

ArtifactId

bookstore
Version

Version

1.19.4
Type

Type

war
Description

Description

Bookstore - Jersey sample
Samples that show how to use jersey.
Project URL

Project URL

https://jersey.java.net/bookstore/
Project Organization

Project Organization

Oracle Corporation

Download bookstore 1.19.4


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

Dependencies

compile (4)

Group / Artifact Type Version
com.sun.jersey.contribs : jersey-multipart jar 1.19.4
com.sun.jersey : jersey-servlet jar 1.19.4
com.sun.jersey : jersey-json jar 1.19.4
javax.servlet : jstl jar 1.2

test (2)

Group / Artifact Type Version
com.sun.jersey.jersey-test-framework : jersey-test-framework-embedded-glassfish jar 1.19.4
com.sun.jersey.jersey-test-framework : jersey-test-framework-external jar 1.19.4

Project Modules

There are no modules declared in this project.