License |
License |
---|---|
Categories |
CategoriesAxon Application Layer Libs Distributed Applications |
GroupId | GroupIdorg.opengis.cite.saxon |
ArtifactId | ArtifactIdsaxon9 |
Last Version | Last Version9.0.0.8 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSaxon-B
Provides a basic XSLT 2.0 and XQuery 1.0 processor (W3C Recommendations,
January 2007). Command line interfaces and implementations of several
Java APIs (DOM, XPath, s9api) are also included.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
saxon9-9.0.0.8.pom | |
saxon9-9.0.0.8.jar | 2 MB |
saxon9-9.0.0.8-sources.jar | 2 MB |
saxon9-9.0.0.8-javadoc.jar | 7 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opengis.cite.saxon/saxon9/ -->
<dependency>
<groupId>org.opengis.cite.saxon</groupId>
<artifactId>saxon9</artifactId>
<version>9.0.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.opengis.cite.saxon/saxon9/
implementation 'org.opengis.cite.saxon:saxon9:9.0.0.8'
// https://jarcasting.com/artifacts/org.opengis.cite.saxon/saxon9/
implementation ("org.opengis.cite.saxon:saxon9:9.0.0.8")
'org.opengis.cite.saxon:saxon9:jar:9.0.0.8'
<dependency org="org.opengis.cite.saxon" name="saxon9" rev="9.0.0.8">
<artifact name="saxon9" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opengis.cite.saxon', module='saxon9', version='9.0.0.8')
)
libraryDependencies += "org.opengis.cite.saxon" % "saxon9" % "9.0.0.8"
[org.opengis.cite.saxon/saxon9 "9.0.0.8"]