License |
License
Mozilla Public License Version 1.0
|
---|---|
Categories |
CategoriesNet Axon Application Layer Libs Distributed Applications |
GroupId | GroupIdnet.sf.saxon |
ArtifactId | ArtifactIdsaxon |
Last Version | Last Version8.7 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSaxon
The XSLT and XQuery Processor
|
Project URL |
Project URL |
Filename | Size |
---|---|
saxon-8.7.pom | |
saxon-8.7.jar | 3 MB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.saxon/saxon/ -->
<dependency>
<groupId>net.sf.saxon</groupId>
<artifactId>saxon</artifactId>
<version>8.7</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.saxon/saxon/
implementation 'net.sf.saxon:saxon:8.7'
// https://jarcasting.com/artifacts/net.sf.saxon/saxon/
implementation ("net.sf.saxon:saxon:8.7")
'net.sf.saxon:saxon:jar:8.7'
<dependency org="net.sf.saxon" name="saxon" rev="8.7">
<artifact name="saxon" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.saxon', module='saxon', version='8.7')
)
libraryDependencies += "net.sf.saxon" % "saxon" % "8.7"
[net.sf.saxon/saxon "8.7"]