MVN

in.wilsonl.minifyhtml : minify-html

Maven & Gradle

Jan 31, 2023
735 stars

minify-html · Extremely fast and smart HTML + JS + CSS minifier

<dependency>
    <groupId>in.wilsonl.minifyhtml</groupId>
    <artifactId>minify-html</artifactId>
    <version>0.10.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of in.wilsonl.minifyhtml : minify-html to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.10.8

All Versions

Choose a version of in.wilsonl.minifyhtml : minify-html to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.10.x
minify-html-0.10.8
minify-html-0.10.7
minify-html-0.10.6
minify-html-0.10.5
minify-html-0.10.4
minify-html-0.10.3
minify-html-0.10.2
minify-html-0.10.1
minify-html-0.10.0
0.9.x
minify-html-0.9.2
minify-html-0.9.1
minify-html-0.9.0
0.8.x
minify-html-0.8.1
minify-html-0.8.0
0.7.x
minify-html-0.7.2
minify-html-0.7.1
minify-html-0.7.0
0.6.x
minify-html-0.6.10
minify-html-0.6.9
minify-html-0.6.8
minify-html-0.6.7
minify-html-0.6.6
minify-html-0.6.5
minify-html-0.6.4
minify-html-0.6.3
minify-html-0.6.2
minify-html-0.6.1
minify-html-0.6.0
0.5.x
minify-html-0.5.3
minify-html-0.5.2
minify-html-0.5.0
0.4.x
minify-html-0.4.11
minify-html-0.4.10
minify-html-0.4.9
minify-html-0.4.8
minify-html-0.4.7
minify-html-0.4.6
minify-html-0.4.5
minify-html-0.4.1
minify-html-0.4.0
0.3.x
minify-html-0.3.12
minify-html-0.3.10
minify-html-0.3.9
minify-html-0.3.8
minify-html-0.3.7
minify-html-0.3.6
minify-html-0.3.5
minify-html-0.3.4
minify-html-0.3.3
minify-html-0.3.2
minify-html-0.3.1
minify-html-0.3.0
0.2.x
minify-html-0.2.6

How to add a dependency to Maven

Add the following in.wilsonl.minifyhtml : minify-html maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>in.wilsonl.minifyhtml</groupId>
    <artifactId>minify-html</artifactId>
    <version>0.10.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following in.wilsonl.minifyhtml : minify-html gradle dependency to your build.gradle file:

implementation 'in.wilsonl.minifyhtml:minify-html:0.10.8'

Gradle Kotlin DSL: Add the following in.wilsonl.minifyhtml : minify-html gradle kotlin dependency to your build.gradle.kts file:

implementation("in.wilsonl.minifyhtml:minify-html:0.10.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following in.wilsonl.minifyhtml : minify-html sbt scala dependency to your build.sbt file:

libraryDependencies += "in.wilsonl.minifyhtml" % "minify-html" % "0.10.8"

Advertisement