Jar examples for j: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.
You can download jar file jhighlight 1.0.3 in this page.
CDDL, v1.0
You can use the following script to add jhighlight-1.0.3.jar to your project.
<dependency> <groupId>org.codelibs</groupId> <artifactId>jhighlight</artifactId> <version>1.0.3</version> </dependency>
compile group: 'org.codelibs', name: 'jhighlight', version: '1.0.3'
libraryDependencies += "org.codelibs" % "jhighlight" % "1.0.3"
<dependency org="org.codelibs" name="jhighlight" rev="1.0.3"/>
@Grapes(@Grab(group='org.codelibs', module='jhighlight', version='1.0.3'))
'org.codelibs:jhighlight:jar:1.0.3'
Click the following link to download the jar file.
jhighlight-1.0.3-javadoc.jar