| License | 
                License
                                                        MIT License                                                 
                             | 
        
|---|---|
| GroupId | GroupIdorg.jbasics.atomify | 
    
| ArtifactId | ArtifactIdatomify-project | 
    
| Last Version | Last Version0.3.2 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            DescriptionAtomify 
            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 Organizationatomify.org (Stephan Schloepke and Mirko Klemm) | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| atomify-project-0.3.2.pom | 8 KB | 
| Browse | 
<!-- 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"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.12 |