License |
License
Mozilla Public License Version 1.0
|
---|---|
Categories |
CategoriesNet Axon Application Layer Libs Distributed Applications |
GroupId | GroupIdnet.sourceforge.saxon |
ArtifactId | ArtifactIdsaxon |
Last Version | Last Version9.1.0.8 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSaxonB
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
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
saxon-9.1.0.8.pom | |
saxon-9.1.0.8.jar | 4 MB |
saxon-9.1.0.8-xqj.jar | 188 KB |
saxon-9.1.0.8-xpath.jar | 45 KB |
saxon-9.1.0.8-xom.jar | 54 KB |
saxon-9.1.0.8-sql.jar | 43 KB |
saxon-9.1.0.8-sources.jar | 2 MB |
saxon-9.1.0.8-s9api.jar | 130 KB |
saxon-9.1.0.8-jdom.jar | 36 KB |
saxon-9.1.0.8-javadoc.jar | 6 MB |
saxon-9.1.0.8-dom4j.jar | 33 KB |
saxon-9.1.0.8-dom.jar | 126 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sourceforge.saxon/saxon/ -->
<dependency>
<groupId>net.sourceforge.saxon</groupId>
<artifactId>saxon</artifactId>
<version>9.1.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.saxon/saxon/
implementation 'net.sourceforge.saxon:saxon:9.1.0.8'
// https://jarcasting.com/artifacts/net.sourceforge.saxon/saxon/
implementation ("net.sourceforge.saxon:saxon:9.1.0.8")
'net.sourceforge.saxon:saxon:jar:9.1.0.8'
<dependency org="net.sourceforge.saxon" name="saxon" rev="9.1.0.8">
<artifact name="saxon" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.saxon', module='saxon', version='9.1.0.8')
)
libraryDependencies += "net.sourceforge.saxon" % "saxon" % "9.1.0.8"
[net.sourceforge.saxon/saxon "9.1.0.8"]