is not current version
Last Version 2.1.3

net.sf.xslthl:xslthl 2.0.1

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.

Categories

Categories

Net
GroupId

GroupId

net.sf.xslthl
ArtifactId

ArtifactId

xslthl
Version

Version

2.0.1
Type

Type

jar

Download xslthl 2.0.1


<!-- https://jarcasting.com/artifacts/net.sf.xslthl/xslthl/ -->
<dependency>
    <groupId>net.sf.xslthl</groupId>
    <artifactId>xslthl</artifactId>
    <version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.xslthl/xslthl/
implementation 'net.sf.xslthl:xslthl:2.0.1'
// https://jarcasting.com/artifacts/net.sf.xslthl/xslthl/
implementation ("net.sf.xslthl:xslthl:2.0.1")
'net.sf.xslthl:xslthl:jar:2.0.1'
<dependency org="net.sf.xslthl" name="xslthl" rev="2.0.1">
  <artifact name="xslthl" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.xslthl', module='xslthl', version='2.0.1')
)
libraryDependencies += "net.sf.xslthl" % "xslthl" % "2.0.1"
[net.sf.xslthl/xslthl "2.0.1"]