License |
License |
---|---|
GroupId | GroupIdcom.github.dnault |
ArtifactId | ArtifactIdxml-patch |
Last Version | Last Version0.3.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncom.github.dnault:xml-patch
Java implementation of RFC 5261: An XML Patch Operations Framework Utilizing XPath Selectors
|
Project URL |
Project URL |
Filename | Size |
---|---|
xml-patch-0.3.1.pom | |
xml-patch-0.3.1.jar | 866 KB |
xml-patch-0.3.1-sources.jar | 31 KB |
xml-patch-0.3.1-javadoc.jar | 101 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dnault/xml-patch/ -->
<dependency>
<groupId>com.github.dnault</groupId>
<artifactId>xml-patch</artifactId>
<version>0.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dnault/xml-patch/
implementation 'com.github.dnault:xml-patch:0.3.1'
// https://jarcasting.com/artifacts/com.github.dnault/xml-patch/
implementation ("com.github.dnault:xml-patch:0.3.1")
'com.github.dnault:xml-patch:jar:0.3.1'
<dependency org="com.github.dnault" name="xml-patch" rev="0.3.1">
<artifact name="xml-patch" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dnault', module='xml-patch', version='0.3.1')
)
libraryDependencies += "com.github.dnault" % "xml-patch" % "0.3.1"
[com.github.dnault/xml-patch "0.3.1"]