MVN

com.github.zou8944 : json-loader-maven-plugin

Maven & Gradle

Feb 29, 2020
0 stars

com.github.zou8944:json-loader-maven-plugin · A Maven Plugin to load json file from project path to Maven properties

<plugin>
    <groupId>com.github.zou8944</groupId>
    <artifactId>json-loader-maven-plugin</artifactId>
    <version>1.0.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.zou8944 : json-loader-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of com.github.zou8944 : json-loader-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
json-loader-maven-plugin-1.0.0

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.zou8944</groupId>
    <artifactId>json-loader-maven-plugin</artifactId>
    <version>1.0.0</version>
</plugin>

Advertisement