License |
License |
---|---|
Categories |
CategoriesAxon Application Layer Libs Distributed Applications |
GroupId | GroupIdtop.marchand.xml.saxon.extension |
ArtifactId | ArtifactIdhighlight |
Version | Version1.01.00 |
Type | Typejar |
Description |
DescriptionHighlight 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 |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
highlight-1.01.00.pom | |
highlight-1.01.00.jar | 72 KB |
highlight-1.01.00-sources.jar | 70 KB |
highlight-1.01.00-javadoc.jar | 395 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.graalvm.sdk : graal-sdk | jar | 20.1.0 |
Group / Artifact | Type | Version |
---|---|---|
org.graalvm.js : js | jar | 20.1.0 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.6.2 |