License |
License |
---|---|
GroupId | GroupIdcom.googlecode.htmlcompressor |
ArtifactId | ArtifactIdhtmlcompressor |
Last Version | Last Version1.5.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHTML Compressor and Minifier
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.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
htmlcompressor-1.5.2.pom | |
htmlcompressor-1.5.2.jar | 66 KB |
htmlcompressor-1.5.2-sources.jar | 49 KB |
htmlcompressor-1.5.2-javadoc.jar | 152 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.htmlcompressor/htmlcompressor/ -->
<dependency>
<groupId>com.googlecode.htmlcompressor</groupId>
<artifactId>htmlcompressor</artifactId>
<version>1.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.htmlcompressor/htmlcompressor/
implementation 'com.googlecode.htmlcompressor:htmlcompressor:1.5.2'
// https://jarcasting.com/artifacts/com.googlecode.htmlcompressor/htmlcompressor/
implementation ("com.googlecode.htmlcompressor:htmlcompressor:1.5.2")
'com.googlecode.htmlcompressor:htmlcompressor:jar:1.5.2'
<dependency org="com.googlecode.htmlcompressor" name="htmlcompressor" rev="1.5.2">
<artifact name="htmlcompressor" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.htmlcompressor', module='htmlcompressor', version='1.5.2')
)
libraryDependencies += "com.googlecode.htmlcompressor" % "htmlcompressor" % "1.5.2"
[com.googlecode.htmlcompressor/htmlcompressor "1.5.2"]
Group / Artifact | Type | Version |
---|---|---|
com.google.javascript : closure-compiler Optional | jar | r1043 |
com.yahoo.platform.yui : yuicompressor Optional | jar | 2.4.6 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet.jsp : jsp-api | jar | 2.1 |
org.apache.velocity : velocity-tools | jar | 2.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |