is not current version
Last Version 1.01.00

top.marchand.xml.saxon.extension:highlight 1.00.01

A Saxon extension function that convert source code to an hilighted html view of this source code. It uses highlight.js behind the scene. https://highlightjs.org/ It requires Java 11 at least. It requires Saxon 10 at least.

Categories

Categories

Axon Application Layer Libs Distributed Applications
GroupId

GroupId

top.marchand.xml.saxon.extension
ArtifactId

ArtifactId

highlight
Version

Version

1.00.01
Type

Type

jar

Download highlight 1.00.01


<!-- https://jarcasting.com/artifacts/top.marchand.xml.saxon.extension/highlight/ -->
<dependency>
    <groupId>top.marchand.xml.saxon.extension</groupId>
    <artifactId>highlight</artifactId>
    <version>1.00.01</version>
</dependency>
// https://jarcasting.com/artifacts/top.marchand.xml.saxon.extension/highlight/
implementation 'top.marchand.xml.saxon.extension:highlight:1.00.01'
// https://jarcasting.com/artifacts/top.marchand.xml.saxon.extension/highlight/
implementation ("top.marchand.xml.saxon.extension:highlight:1.00.01")
'top.marchand.xml.saxon.extension:highlight:jar:1.00.01'
<dependency org="top.marchand.xml.saxon.extension" name="highlight" rev="1.00.01">
  <artifact name="highlight" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.marchand.xml.saxon.extension', module='highlight', version='1.00.01')
)
libraryDependencies += "top.marchand.xml.saxon.extension" % "highlight" % "1.00.01"
[top.marchand.xml.saxon.extension/highlight "1.00.01"]