Jar examples for e:excalibur-xmlutil
Excalibur's XML Utilities provide simplified wrappers for XML parsers, transformers and XPath evaluators. It also provides interfaces and classes useful for constructing a pipeline of XML components by defining interfaces for consuming and producing XML in either SAX or DOM formats.
You can download jar file excalibur-xmlutil 2.1 in this page.
Apache License
You can use the following script to add excalibur-xmlutil-2.1.jar to your project.
<dependency> <groupId>org.dspace.xmlui.excalibur</groupId> <artifactId>excalibur-xmlutil</artifactId> <version>2.1</version> </dependency>
compile group: 'org.dspace.xmlui.excalibur', name: 'excalibur-xmlutil', version: '2.1'
libraryDependencies += "org.dspace.xmlui.excalibur" % "excalibur-xmlutil" % "2.1"
<dependency org="org.dspace.xmlui.excalibur" name="excalibur-xmlutil" rev="2.1"/>
@Grapes(@Grab(group='org.dspace.xmlui.excalibur', module='excalibur-xmlutil', version='2.1'))
'org.dspace.xmlui.excalibur:excalibur-xmlutil:jar:2.1'
Click the following link to download the jar file.
excalibur-xmlutil-2.1.jar