MVN

com.github.hazendaz.maven : smartsprites-maven-plugin

Maven & Gradle

Oct 08, 2022
1 stars

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>com.github.hazendaz.maven</groupId>
    <artifactId>smartsprites-maven-plugin</artifactId>
    <version>2.1.2</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.1.2

All Versions

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

Version Vulnerabilities Updated
2.1.x
smartsprites-maven-plugin-2.1.2
smartsprites-maven-plugin-2.1.1
smartsprites-maven-plugin-2.1.0
2.0.x
smartsprites-maven-plugin-2.0.0

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.hazendaz.maven</groupId>
    <artifactId>smartsprites-maven-plugin</artifactId>
    <version>2.1.2</version>
</plugin>