MVN

com.github.ryanholdren : resourcecompressor

Maven & Gradle

Jun 25, 2017
0 stars

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

<plugin>
    <groupId>com.github.ryanholdren</groupId>
    <artifactId>resourcecompressor</artifactId>
    <version>2017-06-24</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2017-06-24

All Versions

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

Version Vulnerabilities Updated
2017
resourcecompressor-2017-06-24
2016
resourcecompressor-2016-07-15
resourcecompressor-2016-06-21

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>resourcecompressor</artifactId>
    <version>2017-06-24</version>
</plugin>