| Categories | CategoriesJersey Program Interface REST Frameworks | 
|---|---|
| GroupId | GroupIdcom.sun.jersey.samples | 
| ArtifactId | ArtifactIdatompub-contacts-server | 
| Last Version | Last Version1.4-ea03 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionAtomPub Contacts Server - jersey sample Samples that show how to use jersey. | 
<!-- https://jarcasting.com/artifacts/com.sun.jersey.samples/atompub-contacts-server/ -->
<dependency>
    <groupId>com.sun.jersey.samples</groupId>
    <artifactId>atompub-contacts-server</artifactId>
    <version>1.4-ea03</version>
</dependency>// https://jarcasting.com/artifacts/com.sun.jersey.samples/atompub-contacts-server/
implementation 'com.sun.jersey.samples:atompub-contacts-server:1.4-ea03'// https://jarcasting.com/artifacts/com.sun.jersey.samples/atompub-contacts-server/
implementation ("com.sun.jersey.samples:atompub-contacts-server:1.4-ea03")'com.sun.jersey.samples:atompub-contacts-server:jar:1.4-ea03'<dependency org="com.sun.jersey.samples" name="atompub-contacts-server" rev="1.4-ea03">
  <artifact name="atompub-contacts-server" type="jar" />
</dependency>@Grapes(
@Grab(group='com.sun.jersey.samples', module='atompub-contacts-server', version='1.4-ea03')
)libraryDependencies += "com.sun.jersey.samples" % "atompub-contacts-server" % "1.4-ea03"[com.sun.jersey.samples/atompub-contacts-server "1.4-ea03"]| Group / Artifact | Type | Version | 
|---|---|---|
| com.sun.grizzly : grizzly-servlet-webserver | jar | 1.9.18-i | 
| com.sun.jersey.contribs : jersey-atom-abdera | jar | 1.4-ea03 | 
| com.sun.jersey : jersey-json | jar | 1.4-ea03 | 
| com.sun.jersey : jersey-server | jar | 1.4-ea03 | 
| com.sun.jersey.samples : atompub-contacts-models | jar | 1.4-ea03 | 
| javax.annotation : jsr250-api | jar | 1.0 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| com.sun.jersey : jersey-client | jar | 1.4-ea03 | 
| junit : junit | jar | 3.8.2 |