jar

com.github.unknownnpc.plugins : json-compressor

Maven & Gradle

Apr 04, 2023
1 stars

Json Compressor Maven Plugin · Plugin removes useless whitespaces and newlines in target json files

Table Of Contents

Latest Version

Download com.github.unknownnpc.plugins : json-compressor JAR file - Latest Versions:

All Versions

Download com.github.unknownnpc.plugins : json-compressor JAR file - All Versions:

Version Vulnerabilities Size Updated
1.5
1.4
1.3

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 json-compressor-1.5.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.unknownnpc.plugins.exception

├─ com.github.unknownnpc.plugins.exception.JsonCompressorExecutorException.class - [JAR]

com.github.unknownnpc.plugins.executor

├─ com.github.unknownnpc.plugins.executor.JsonCompressorExecutor.class - [JAR]

├─ com.github.unknownnpc.plugins.executor.JsonCompressorExecutorImpl.class - [JAR]

com.github.unknownnpc.plugins

├─ com.github.unknownnpc.plugins.JsonCompressorMojo.class - [JAR]

com.github.unknownnpc.plugins.util

├─ com.github.unknownnpc.plugins.util.FileIOUtil.class - [JAR]

├─ com.github.unknownnpc.plugins.util.SummaryUtil.class - [JAR]

Advertisement