Skip to content

A simple object mapper for XML files

License

Notifications You must be signed in to change notification settings

dfuchss/XMLObjectMapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XML Object Mapper

Maven Deploy Latest Release GitHub issues GitHub license

This project contains a simple object mapper for XML files. Currently, it only supports reading from XML files.

Maven & Co.

If you want to use maven or some similar tool add the following code to your pom:

<dependencies>
  <dependency>
    <groupId>org.fuchss</groupId>
    <artifactId>xml-object-mapper</artifactId>
    <version>X.Y.Z</version>
  </dependency>
</dependencies>