Last Version

JHighlight 1.1.0

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.

License

License

GroupId

GroupId

org.codelibs
ArtifactId

ArtifactId

jhighlight
Version

Version

1.1.0
Type

Type

jar
Description

Description

JHighlight
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.
Project URL

Project URL

https://github.com/codelibs/jhighlight

Download jhighlight 1.1.0


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

Dependencies

compile (1)

Group / Artifact Type Version
commons-io : commons-io jar 2.7

provided (1)

Group / Artifact Type Version
javax.servlet : servlet-api jar 2.3

test (1)

Group / Artifact Type Version
junit : junit jar 4.13.1

Project Modules

There are no modules declared in this project.