is not current version
Last Version 1.1.0

org.codelibs:jhighlight 1.0.1

JHighlight is an embeddable pure Java syntax highlighting library that supports Java, HTML, XHTML, XML and LZX languages and outputs to XHTML. It also supports RIFE templates tags and highlights them clearly so that you can easily identify the difference between your RIFE markup and the actual marked up source.

GroupId

GroupId

org.codelibs
ArtifactId

ArtifactId

jhighlight
Version

Version

1.0.1
Type

Type

jar

Download jhighlight 1.0.1


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