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