License |
License |
---|---|
GroupId | GroupIdorg.kohsuke |
ArtifactId | ArtifactIdxml-patcher |
Last Version | Last Version0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionXML Patcher
High fidelity XML patching
|
Filename | Size |
---|---|
xml-patcher-0.1.pom | |
xml-patcher-0.1.jar | 12 KB |
xml-patcher-0.1-sources.jar | 8 KB |
xml-patcher-0.1-javadoc.jar | 74 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.kohsuke/xml-patcher/ -->
<dependency>
<groupId>org.kohsuke</groupId>
<artifactId>xml-patcher</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.kohsuke/xml-patcher/
implementation 'org.kohsuke:xml-patcher:0.1'
// https://jarcasting.com/artifacts/org.kohsuke/xml-patcher/
implementation ("org.kohsuke:xml-patcher:0.1")
'org.kohsuke:xml-patcher:jar:0.1'
<dependency org="org.kohsuke" name="xml-patcher" rev="0.1">
<artifact name="xml-patcher" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kohsuke', module='xml-patcher', version='0.1')
)
libraryDependencies += "org.kohsuke" % "xml-patcher" % "0.1"
[org.kohsuke/xml-patcher "0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.woodstox : wstx-asl | jar | 3.2.7 |
org.codehaus.plexus : plexus-utils | jar | 3.0.10 |
com.google.guava : guava | jar | 13.0 |
commons-io : commons-io | jar | 2.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |