MVN

uk.co.bithatch : svg-rasterizer-maven-plugin

Maven & Gradle

Oct 23, 2020

SVG-Rasterizer Maven plugin · This plugin converts SVG files to raster images like png, jpg. Also supports converting to multiple resolutions for Android.

<plugin>
    <groupId>uk.co.bithatch</groupId>
    <artifactId>svg-rasterizer-maven-plugin</artifactId>
    <version>1.2</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of uk.co.bithatch : svg-rasterizer-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.2

All Versions

Choose a version of uk.co.bithatch : svg-rasterizer-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.2
svg-rasterizer-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>uk.co.bithatch</groupId>
    <artifactId>svg-rasterizer-maven-plugin</artifactId>
    <version>1.2</version>
</plugin>

Advertisement