is not current version
Last Version 1.5.2

com.googlecode.htmlcompressor:htmlcompressor 1.4

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.

GroupId

GroupId

com.googlecode.htmlcompressor
ArtifactId

ArtifactId

htmlcompressor
Version

Version

1.4
Type

Type

jar

Download htmlcompressor 1.4


<!-- https://jarcasting.com/artifacts/com.googlecode.htmlcompressor/htmlcompressor/ -->
<dependency>
    <groupId>com.googlecode.htmlcompressor</groupId>
    <artifactId>htmlcompressor</artifactId>
    <version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.htmlcompressor/htmlcompressor/
implementation 'com.googlecode.htmlcompressor:htmlcompressor:1.4'
// https://jarcasting.com/artifacts/com.googlecode.htmlcompressor/htmlcompressor/
implementation ("com.googlecode.htmlcompressor:htmlcompressor:1.4")
'com.googlecode.htmlcompressor:htmlcompressor:jar:1.4'
<dependency org="com.googlecode.htmlcompressor" name="htmlcompressor" rev="1.4">
  <artifact name="htmlcompressor" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.htmlcompressor', module='htmlcompressor', version='1.4')
)
libraryDependencies += "com.googlecode.htmlcompressor" % "htmlcompressor" % "1.4"
[com.googlecode.htmlcompressor/htmlcompressor "1.4"]