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