MVN

com.github.K0zka : maven-contentgzip-plugin

Maven & Gradle

Mar 25, 2015
3 stars

Content Gzip Plugin · Compresses the static web resource files with gzip.

<plugin>
    <groupId>com.github.K0zka</groupId>
    <artifactId>maven-contentgzip-plugin</artifactId>
    <version>0.0.7</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.K0zka : maven-contentgzip-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.0.7

All Versions

Choose a version of com.github.K0zka : maven-contentgzip-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.0.x
maven-contentgzip-plugin-0.0.7

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>com.github.K0zka</groupId>
    <artifactId>maven-contentgzip-plugin</artifactId>
    <version>0.0.7</version>
</plugin>