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.

Лицензия

Лицензия

Группа

Группа

com.github.hazendaz
Идентификатор

Идентификатор

htmlcompressor
Последняя версия

Последняя версия

1.7.3
Дата

Дата

Тип

Тип

jar
Описание

Описание

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.
Ссылка на сайт

Ссылка на сайт

https://github.com/hazendaz/htmlcompressor/
Организация-разработчик

Организация-разработчик

Jeremy Landis
Система контроля версий

Система контроля версий

https://github.com/hazendaz/htmlcompressor/

Скачать htmlcompressor

Как подключить последнюю версию

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

Зависимости

compile (6)

Идентификатор библиотеки Тип Версия
org.slf4j : slf4j-api jar 1.7.33
org.slf4j : slf4j-simple Необязательный jar 1.7.33
com.google.javascript : closure-compiler Необязательный jar v20220104
com.google.elemental2 : elemental2-core Необязательный jar 1.1.0
com.google.guava : guava Необязательный jar 31.0.1-jre
com.yahoo.platform.yui : yuicompressor Необязательный jar 2.4.8

provided (9)

Идентификатор библиотеки Тип Версия
jakarta.servlet.jsp : jakarta.servlet.jsp-api jar 2.3.6
org.apache.velocity : velocity-engine-core jar 2.3
com.google.errorprone : error_prone_annotations jar 2.10.0
org.hibernate.validator : hibernate-validator-annotation-processor jar 6.2.1.Final
com.google.j2objc : j2objc-annotations jar 1.3
com.google.code.findbugs : jsr305 jar 3.0.2
org.gaul : modernizer-maven-annotations jar 2.3.0
org.projectlombok : lombok jar 1.18.22
com.github.spotbugs : spotbugs-annotations jar 4.5.3

test (1)

Идентификатор библиотеки Тип Версия
org.junit.jupiter : junit-jupiter-engine jar 5.8.2

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
1.7.3
1.7.2
1.7.1
1.7.0
1.6.6
1.6.5
1.6.4
1.6.3
1.6.2
1.6.1
1.6.0