MVN

com.brunokrebs : fastweb

Maven & Gradle

Mar 27, 2015

fastweb Maven Mojo · Minify, compress and deploy resources (css and js) to AWS s3 / cloudfront

<plugin>
    <groupId>com.brunokrebs</groupId>
    <artifactId>fastweb</artifactId>
    <version>0.13</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.brunokrebs : fastweb to add to Maven - Latest Versions:

  • Latest Stable: 0.13

All Versions

Choose a version of com.brunokrebs : fastweb to add to Maven - All Versions:

Version Vulnerabilities Updated
0.13
fastweb-0.13
0.12
fastweb-0.12
0.11
fastweb-0.11
0.10
fastweb-0.10
0.9
fastweb-0.9
0.8
fastweb-0.8
0.7
fastweb-0.7
0.6
fastweb-0.6
0.5
fastweb-0.5
0.3
fastweb-0.3
0.2
fastweb-0.2
0.1
fastweb-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.brunokrebs</groupId>
    <artifactId>fastweb</artifactId>
    <version>0.13</version>
</plugin>