Download jhighlight-1.0.1.jar file - Jar j

Jar examples for j:jhighlight

Description

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.1 in this page.

License

CDDL, v1.0

Build File

You can use the following script to add jhighlight-1.0.1.jar to your project.

<dependency>
   <groupId>org.codelibs</groupId>
   <artifactId>jhighlight</artifactId>
   <version>1.0.1</version>
</dependency>
compile group: 'org.codelibs', name: 'jhighlight', version: '1.0.1'
libraryDependencies += "org.codelibs" % "jhighlight" % "1.0.1"
<dependency org="org.codelibs" name="jhighlight" rev="1.0.1"/>
@Grapes(@Grab(group='org.codelibs', module='jhighlight', version='1.0.1'))
'org.codelibs:jhighlight:jar:1.0.1'

Download

Click the following link to download the jar file.

jhighlight-1.0.1-javadoc.jar
jhighlight-1.0.1-sources.jar
jhighlight-1.0.1.jar
jhighlight-1.0.1.pom



Related Tutorials