MVN

com.github.marks-yag : config-maven-plugin

Maven & Gradle

Apr 18, 2021
1 stars

Config Maven Plugin · A simple configuration parse and export library written in Kotlin.

<plugin>
    <groupId>com.github.marks-yag</groupId>
    <artifactId>config-maven-plugin</artifactId>
    <version>0.11.2</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.marks-yag : config-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.11.2

All Versions

Choose a version of com.github.marks-yag : config-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.11.x
config-maven-plugin-0.11.2
config-maven-plugin-0.11.1
config-maven-plugin-0.11.0
0.10.x
config-maven-plugin-0.10.2
config-maven-plugin-0.10.1
config-maven-plugin-0.10.0
0.9.x
config-maven-plugin-0.9.4
config-maven-plugin-0.9.3
config-maven-plugin-0.9.2

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.marks-yag</groupId>
    <artifactId>config-maven-plugin</artifactId>
    <version>0.11.2</version>
</plugin>

Advertisement