MVN

net.jangaroo : smartsprites-maven-plugin

Maven & Gradle

Dec 03, 2013

smartsprites-maven-plugin · Maven Plugin for the open-source tool smartsprites (http://csssprites.org/). It allows you the integration of the generation of spritesheets in your build process.

<plugin>
    <groupId>net.jangaroo</groupId>
    <artifactId>smartsprites-maven-plugin</artifactId>
    <version>1.8</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.jangaroo : smartsprites-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.8

All Versions

Choose a version of net.jangaroo : smartsprites-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.8
smartsprites-maven-plugin-1.8
1.7
smartsprites-maven-plugin-1.7
1.6
smartsprites-maven-plugin-1.6
1.5
smartsprites-maven-plugin-1.5
1.2
smartsprites-maven-plugin-1.2

How to add a plugin to Maven

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

<plugin>
    <groupId>net.jangaroo</groupId>
    <artifactId>smartsprites-maven-plugin</artifactId>
    <version>1.8</version>
</plugin>

Advertisement