Skip to content
This repository has been archived by the owner on Feb 6, 2019. It is now read-only.
/ xml-utils Public archive

Tools to help XML files manipulation, including POJO to XML serialization.

License

Notifications You must be signed in to change notification settings

joffrey-bion/xml-utils

Repository files navigation

XmlUtils

Bintray Travis Build GitHub license

Provides some helper classes to handle XML manipulation and serialization easily.

Usage

Add the dependency in Gradle

repositories {
    maven {
        url  "http://dl.bintray.com/joffrey-bion/maven"
    }
}

dependencies {
    compile 'org.hildan.utils:xml-utils:0.9'
}

License

Code released under the MIT license

About

Tools to help XML files manipulation, including POJO to XML serialization.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages