Atomify Atom JAX-RS Service

JAX-RS based server implementation for atom publishing service

License

License

MIT License
GroupId

GroupId

org.jbasics.atomify
ArtifactId

ArtifactId

atom-service
Last Version

Last Version

0.3.2
Release Date

Release Date

Type

Type

jar
Description

Description

Atomify Atom JAX-RS Service
JAX-RS based server implementation for atom publishing service
Project Organization

Project Organization

atomify.org (Stephan Schloepke and Mirko Klemm)

Download atom-service

How to add to project

<!-- https://jarcasting.com/artifacts/org.jbasics.atomify/atom-service/ -->
<dependency>
    <groupId>org.jbasics.atomify</groupId>
    <artifactId>atom-service</artifactId>
    <version>0.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.jbasics.atomify/atom-service/
implementation 'org.jbasics.atomify:atom-service:0.3.2'
// https://jarcasting.com/artifacts/org.jbasics.atomify/atom-service/
implementation ("org.jbasics.atomify:atom-service:0.3.2")
'org.jbasics.atomify:atom-service:jar:0.3.2'
<dependency org="org.jbasics.atomify" name="atom-service" rev="0.3.2">
  <artifact name="atom-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jbasics.atomify', module='atom-service', version='0.3.2')
)
libraryDependencies += "org.jbasics.atomify" % "atom-service" % "0.3.2"
[org.jbasics.atomify/atom-service "0.3.2"]

Dependencies

compile (3)

Group / Artifact Type Version
org.jbasics.atomify : atom-model jar 0.3.2
javax.ws.rs : jsr311-api jar 1.1.1
junit : junit jar 4.12

test (3)

Group / Artifact Type Version
com.sun.jersey : jersey-server jar 1.19.1
com.sun.jersey : jersey-grizzly jar 1.19.1
com.sun.grizzly : grizzly-servlet-webserver jar 1.9.64

Project Modules

There are no modules declared in this project.

Versions

Version
0.3.2
0.3.0