MVN

com.github.hazendaz : htmlcompressor

Maven & Gradle

Apr 17, 2023
4 usages
7 stars

HTML 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.

<dependency>
    <groupId>com.github.hazendaz</groupId>
    <artifactId>htmlcompressor</artifactId>
    <version>1.9.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.hazendaz : htmlcompressor to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.9.1

All Versions

Choose a version of com.github.hazendaz : htmlcompressor to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.9.x
htmlcompressor-1.9.1
htmlcompressor-1.9.0
1.8.x
htmlcompressor-1.8.1
htmlcompressor-1.8.0
1.7.x
htmlcompressor-1.7.3
htmlcompressor-1.7.2
htmlcompressor-1.7.1
htmlcompressor-1.7.0
1.6.x
htmlcompressor-1.6.6
htmlcompressor-1.6.5
htmlcompressor-1.6.4
htmlcompressor-1.6.3
htmlcompressor-1.6.2
htmlcompressor-1.6.1
htmlcompressor-1.6.0

How to add a dependency to Maven

Add the following com.github.hazendaz : htmlcompressor maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.hazendaz</groupId>
    <artifactId>htmlcompressor</artifactId>
    <version>1.9.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.hazendaz : htmlcompressor gradle dependency to your build.gradle file:

implementation 'com.github.hazendaz:htmlcompressor:1.9.1'

Gradle Kotlin DSL: Add the following com.github.hazendaz : htmlcompressor gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.hazendaz:htmlcompressor:1.9.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.hazendaz : htmlcompressor sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.hazendaz" % "htmlcompressor" % "1.9.1"

Advertisement

Dependencies from Group

May 18, 2023
5 usages
8 stars
Apr 17, 2023
4 usages
7 stars
Apr 30, 2023
3 usages
19 stars
Oct 08, 2022
1 usages
1 stars
Jun 03, 2023
0 stars

Discover Dependencies

Jun 20, 2018
2 usages
0 stars
May 07, 2021
1 usages
41 stars
Jan 13, 2021
4 usages
19 stars
May 17, 2022
3 usages
18 stars
Feb 28, 2023
4 usages
79 stars
Nov 01, 2021
2 usages
0 stars
Jul 14, 2023
8 usages
Sep 22, 2021
6 usages
609 stars
Mar 21, 2023
3 usages
0 stars