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
http://saxon.sourceforge.net/
Mozilla Public License Version 1.0
sourceforge
Files download
File Operation
saxon-9.1.0.8.jar download
saxon-9.1.0.8.pom download
saxon-9.1.0.8-sources.jar download
Apache Maven
<dependency>
  <groupId>net.sourceforge.saxon</groupId>
  <artifactId>saxon</artifactId>
  <version>9.1.0.8</version>
</dependency>
Gradle Groovy
implementation 'net.sourceforge.saxon:saxon:9.1.0.8'
Gradle Kotlin
implementation("net.sourceforge.saxon:saxon:9.1.0.8")
Scala SBT
libraryDependencies += "net.sourceforge.saxon" % "saxon" % "9.1.0.8"
Groovy Grape
@Grapes(
  @Grab(group='net.sourceforge.saxon', module='saxon', version='9.1.0.8')
)
Apache Ivy
<dependency org="net.sourceforge.saxon" name="saxon" rev="9.1.0.8" />
Leiningen
[net.sourceforge.saxon/saxon "9.1.0.8"]
Apache Buildr
'net.sourceforge.saxon:saxon:jar:9.1.0.8'
Dependencies
The project has no third-party dependencies