| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииСеть |
| Группа | Группаnet.sf.xslthl |
| Идентификатор | Идентификаторxslthl |
| Последняя версия | Последняя версия2.1.3 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеXSLT syntax highlighting
This is an implementation of syntax highlighting as an extension module for XSLT processors, so if you have e.g. article about programming written in DocBook, code examples can be automatically syntax highlighted during the XSLT processing phase. This version of xslthl provides extensions of the Apache Xalan and Saxon XSLT processors.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| xslthl-2.1.3.pom | |
| xslthl-2.1.3.jar | 55 KB |
| xslthl-2.1.3-sources.jar | 45 KB |
| xslthl-2.1.3-javadoc.jar | 203 KB |
| xslthl-2.1.3-dist.zip | 86 KB |
| xslthl-2.1.3-dist.tar.gz | 66 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.sf.xslthl/xslthl/ -->
<dependency>
<groupId>net.sf.xslthl</groupId>
<artifactId>xslthl</artifactId>
<version>2.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.xslthl/xslthl/
implementation 'net.sf.xslthl:xslthl:2.1.3'
// https://jarcasting.com/artifacts/net.sf.xslthl/xslthl/
implementation ("net.sf.xslthl:xslthl:2.1.3")
'net.sf.xslthl:xslthl:jar:2.1.3'
<dependency org="net.sf.xslthl" name="xslthl" rev="2.1.3">
<artifact name="xslthl" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.xslthl', module='xslthl', version='2.1.3')
)
libraryDependencies += "net.sf.xslthl" % "xslthl" % "2.1.3"
[net.sf.xslthl/xslthl "2.1.3"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| xalan : xalan Необязательный | jar | [2.7,2.8) |
| xalan : serializer Необязательный | jar | 2.7.2 |
| saxon : saxon Необязательный | jar | [6.5,7.0] |
| net.sf.saxon : saxon Необязательный | jar | [8.5,) |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | [4.0,5.0) |