Last Version

Highlight JS Extension Function 1.01.00

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.

License

License

Categories

Categories

Axon Application Layer Libs Distributed Applications
GroupId

GroupId

top.marchand.xml.saxon.extension
ArtifactId

ArtifactId

highlight
Version

Version

1.01.00
Type

Type

jar
Description

Description

Highlight JS Extension Function
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.
Project URL

Project URL

https://github.com/cmarchand/highligtJS-saxon-extension
Source Code Management

Source Code Management

https://github.com/cmarchand/highligtJS-saxon-extension

Download highlight 1.01.00


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

Dependencies

compile (1)

Group / Artifact Type Version
org.graalvm.sdk : graal-sdk jar 20.1.0

runtime (1)

Group / Artifact Type Version
org.graalvm.js : js jar 20.1.0

test (1)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar 5.6.2

Project Modules

There are no modules declared in this project.