MVN

com.github.vboxnick : yaml-codegen-maven

Maven & Gradle

Jun 09, 2021
2 stars

YAML Code generator · Generates file from YAML and FreeMarker templates

<plugin>
    <groupId>com.github.vboxnick</groupId>
    <artifactId>yaml-codegen-maven</artifactId>
    <version>0.0.10</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.vboxnick : yaml-codegen-maven to add to Maven - Latest Versions:

  • Latest Stable: 0.0.10

All Versions

Choose a version of com.github.vboxnick : yaml-codegen-maven to add to Maven - All Versions:

Version Vulnerabilities Updated
0.0.x
yaml-codegen-maven-0.0.10
yaml-codegen-maven-0.0.9
yaml-codegen-maven-0.0.8
yaml-codegen-maven-0.0.7
yaml-codegen-maven-0.0.6
yaml-codegen-maven-0.0.5

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.vboxnick</groupId>
    <artifactId>yaml-codegen-maven</artifactId>
    <version>0.0.10</version>
</plugin>