MVN

com.github.ryanholdren : resourcegzipper

Maven & Gradle

Feb 11, 2016
0 stars

ResourceGZipper · A Maven plugin for compressing static assets (e.g. CSS and JavaScript files) at build time.

<plugin>
    <groupId>com.github.ryanholdren</groupId>
    <artifactId>resourcegzipper</artifactId>
    <version>2016-02-10</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.ryanholdren : resourcegzipper to add to Maven - Latest Versions:

  • Latest Stable: 2016-02-10

All Versions

Choose a version of com.github.ryanholdren : resourcegzipper to add to Maven - All Versions:

Version Vulnerabilities Updated
2016
resourcegzipper-2016-02-10
resourcegzipper-2016-02-02
0.0.x
resourcegzipper-0.0.2
resourcegzipper-0.0.1

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.ryanholdren</groupId>
    <artifactId>resourcegzipper</artifactId>
    <version>2016-02-10</version>
</plugin>

Advertisement