com.github.dnault.xmlpatch.antlib.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xml-patch Show documentation
Show all versions of xml-patch Show documentation
Java implementation of RFC 5261: An XML Patch Operations Framework Utilizing XPath Selectors
The newest version!
<?xml version="1.0"?> <antlib> <taskdef name="patchFile" classname="com.github.dnault.xmlpatch.ant.PatchXmlFile"/> <taskdef name="patchDir" classname="com.github.dnault.xmlpatch.ant.PatchXmlDir"/> <!-- filter --> <typedef name="patch" classname="com.github.dnault.xmlpatch.ant.AntXmlPatchFilter"/> </antlib>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy