is not current version
Last Version 1.7.3

com.github.hazendaz:htmlcompressor 1.6.0

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.github.hazendaz
ArtifactId

ArtifactId

htmlcompressor
Version

Version

1.6.0
Type

Type

jar

Download htmlcompressor 1.6.0


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