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