Jar examples for s:saxon
Saxon a complete and conformant implementation of the XSLT 2.0, XQuery 1.0, and XPath 2.0 Recommendations published on 23 January 2007 by W3C
You can download jar file saxon 7.9.1 in this page.
Mozilla Public License Version 1.0
You can use the following script to add saxon-7.9.1.jar to your project.
<dependency> <groupId>net.sf.saxon</groupId> <artifactId>saxon</artifactId> <version>7.9.1</version> </dependency>
compile group: 'net.sf.saxon', name: 'saxon', version: '7.9.1'
libraryDependencies += "net.sf.saxon" % "saxon" % "7.9.1"
<dependency org="net.sf.saxon" name="saxon" rev="7.9.1"/>
@Grapes(@Grab(group='net.sf.saxon', module='saxon', version='7.9.1'))
'net.sf.saxon:saxon:jar:7.9.1'
Click the following link to download the jar file.
saxon-7.9.1.jar