MVN

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

<plugin>
    <groupId>com.github.unknownnpc.plugins</groupId>
    <artifactId>json-compressor</artifactId>
    <version>1.5</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.unknownnpc.plugins : json-compressor to add to Maven - Latest Versions:

  • Latest Stable: 1.5

All Versions

Choose a version of com.github.unknownnpc.plugins : json-compressor to add to Maven - All Versions:

Version Vulnerabilities Updated
1.5
json-compressor-1.5
1.4
json-compressor-1.4
1.3
json-compressor-1.3

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.unknownnpc.plugins</groupId>
    <artifactId>json-compressor</artifactId>
    <version>1.5</version>
</plugin>

Advertisement