Jar examples for h:htmlcompressor
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.
Apache License 2.0
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'
Click the following link to download the jar file.
htmlcompressor-1.4-javadoc.jar