| Лицензия |
Лицензия
Mozilla Public License Version 1.0
|
|---|---|
| Категории |
КатегорииСеть Axon Библиотеки уровня приложения Distributed Applications |
| Группа | Группаnet.sourceforge.saxon |
| Идентификатор | Идентификаторsaxon |
| Последняя версия | Последняя версия9.1.0.8 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеSaxonB
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
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]