Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dfuchss/xmlobjectmapper
A simple object mapper for XML files
https://github.com/dfuchss/xmlobjectmapper
java object-mapper xml xml-parser
Last synced: about 8 hours ago
JSON representation
A simple object mapper for XML files
- Host: GitHub
- URL: https://github.com/dfuchss/xmlobjectmapper
- Owner: dfuchss
- License: mit
- Created: 2022-04-06T22:23:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-21T17:27:10.000Z (30 days ago)
- Last Synced: 2024-10-22T07:29:37.579Z (29 days ago)
- Topics: java, object-mapper, xml, xml-parser
- Language: Java
- Homepage:
- Size: 94.7 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# XML Object Mapper
[![Maven Deploy](https://github.com/dfuchss/XMLObjectMapper/actions/workflows/deploy.yml/badge.svg)](https://github.com/dfuchss/XMLObjectMapper/actions/workflows/deploy.yml)
[![Latest Release](https://img.shields.io/github/release/dfuchss/XMLObjectMapper.svg)](https://github.com/dfuchss/XMLObjectMapper/releases/latest)
[![GitHub issues](https://img.shields.io/github/issues/dfuchss/XMLObjectMapper.svg?style=square)](https://github.com/dfuchss/XMLObjectMapper/issues)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg?style=square)](https://github.com/dfuchss/XMLObjectMapper/blob/master/LICENCE.md)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:
```xml
org.fuchss
xml-object-mapper
X.Y.Z
```