jar

com.github.ryanholdren : resourcecompressor

Maven & Gradle

Jun 25, 2017
0 stars

ResourceCompressor · A Maven plugin for compressing static assets (e.g. CSS and JavaScript files) at build time.

Table Of Contents

Latest Version

Download com.github.ryanholdren : resourcecompressor JAR file - Latest Versions:

All Versions

Download com.github.ryanholdren : resourcecompressor JAR file - All Versions:

Version Vulnerabilities Size Updated
2017
2016

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 resourcecompressor-2017-06-24.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.ryanholdren.resourcegzipper

├─ com.github.ryanholdren.resourcegzipper.AbstractResourceCompressingMojo.class - [JAR]

├─ com.github.ryanholdren.resourcegzipper.CompressionLevel.class - [JAR]

├─ com.github.ryanholdren.resourcegzipper.GZIPOutputStreamWithCustomCompressionLevel.class - [JAR]

├─ com.github.ryanholdren.resourcegzipper.ResourceCompressingMojo.class - [JAR]

├─ com.github.ryanholdren.resourcegzipper.TestResourceCompressMojo.class - [JAR]