Atomify

Atomify is a set of libraries to implement atom services. Mostly desgined to be used in enterpise applications. The main idea is to have a very close implementation of atom feed and atom service documents.

License

License

MIT License
GroupId

GroupId

org.jbasics.atomify
ArtifactId

ArtifactId

atomify-project
Last Version

Last Version

0.3.2
Release Date

Release Date

Type

Type

pom
Description

Description

Atomify
Atomify is a set of libraries to implement atom services. Mostly desgined to be used in enterpise applications. The main idea is to have a very close implementation of atom feed and atom service documents.
Project Organization

Project Organization

atomify.org (Stephan Schloepke and Mirko Klemm)
Source Code Management

Source Code Management

http://github.com/schloepke/atomify

Download atomify-project

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

  • atom-model
  • atom-service
  • atom-client

Versions

Version
0.3.2
0.3.0