jar

com.github.kingamajick.admp : android-drawables-maven-plugin

Maven & Gradle

Oct 22, 2012
4 stars

Android Drawable Maven Plugin · A Maven plugin for generating Android drawable resources from SVG files. PNG files will be generated from the SVG file at the pixel densities specified. The plugin also allows the flattening of directory structures as well as the packaging of bitmap resources alongside the SVGs

Table Of Contents

Latest Version

Download com.github.kingamajick.admp : android-drawables-maven-plugin JAR file - Latest Versions:

All Versions

Download com.github.kingamajick.admp : android-drawables-maven-plugin JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window android-drawables-maven-plugin-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.kingamajick.admp.maven.transcoder

├─ com.github.kingamajick.admp.maven.transcoder.TranscoderFactory.class - [JAR]

├─ com.github.kingamajick.admp.maven.transcoder.TranscoderFactoryException.class - [JAR]

com.github.kingamajick.admp.maven.beans

├─ com.github.kingamajick.admp.maven.beans.Density.class - [JAR]

├─ com.github.kingamajick.admp.maven.beans.DrawableArtifact.class - [JAR]

com.github.kingamajick.admp.maven

├─ com.github.kingamajick.admp.maven.HelpMojo.class - [JAR]

├─ com.github.kingamajick.admp.maven.ProcessBitmapResourcesMojo.class - [JAR]

├─ com.github.kingamajick.admp.maven.RasterizeSVGMojo.class - [JAR]

├─ com.github.kingamajick.admp.maven.UnpackBitmapResourcesMojo.class - [JAR]

com.github.kingamajick.admp.maven.util

├─ com.github.kingamajick.admp.maven.util.Asserts.class - [JAR]

├─ com.github.kingamajick.admp.maven.util.Constants.class - [JAR]