MVN

com.github.unknownnpc.plugins : json-to-string-maven-plugin

Maven & Gradle

Mar 04, 2017
1 stars

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

<plugin>
    <groupId>com.github.unknownnpc.plugins</groupId>
    <artifactId>json-to-string-maven-plugin</artifactId>
    <version>1.2</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.2

All Versions

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

Version Vulnerabilities Updated
1.2
json-to-string-maven-plugin-1.2
1.1
json-to-string-maven-plugin-1.1

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-to-string-maven-plugin</artifactId>
    <version>1.2</version>
</plugin>