is not current version
Last Version 8.7

net.sf.saxon:saxon 8.5.1

The XSLT and XQuery Processor

Categories

Categories

Net Axon Application Layer Libs Distributed Applications
GroupId

GroupId

net.sf.saxon
ArtifactId

ArtifactId

saxon
Version

Version

8.5.1
Type

Type

jar

Download saxon 8.5.1


<!-- https://jarcasting.com/artifacts/net.sf.saxon/saxon/ -->
<dependency>
    <groupId>net.sf.saxon</groupId>
    <artifactId>saxon</artifactId>
    <version>8.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.saxon/saxon/
implementation 'net.sf.saxon:saxon:8.5.1'
// https://jarcasting.com/artifacts/net.sf.saxon/saxon/
implementation ("net.sf.saxon:saxon:8.5.1")
'net.sf.saxon:saxon:jar:8.5.1'
<dependency org="net.sf.saxon" name="saxon" rev="8.5.1">
  <artifact name="saxon" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.saxon', module='saxon', version='8.5.1')
)
libraryDependencies += "net.sf.saxon" % "saxon" % "8.5.1"
[net.sf.saxon/saxon "8.5.1"]