Download htmlcompressor-1.4.jar file - Jar h

Jar examples for h:htmlcompressor

Description

HtmlCompressor is a small, fast and very easy to use Java library that minifies given HTML or XML source by removing extra whitespaces, comments and other unneeded characters without breaking the content structure. As a result pages become smaller in size and load faster. A command-line version of the compressor is also available.

You can download jar file htmlcompressor 1.4 in this page.

License

Apache License 2.0

Build File

You can use the following script to add htmlcompressor-1.4.jar to your project.

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

Download

Click the following link to download the jar file.

htmlcompressor-1.4-javadoc.jar
htmlcompressor-1.4-sources.jar
htmlcompressor-1.4.jar
htmlcompressor-1.4.pom



Related Tutorials