MVN

io.github.hanseter : bundle-gen-mvn

Maven & Gradle

Oct 15, 2023
0 stars

io.github.hanseter:bundle-gen-mvn · A library to generate java and kotlin classes from java resource bundles.

<plugin>
    <groupId>io.github.hanseter</groupId>
    <artifactId>bundle-gen-mvn</artifactId>
    <version>0.3</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.hanseter : bundle-gen-mvn to add to Maven - Latest Versions:

  • Latest Stable: 0.3

All Versions

Choose a version of io.github.hanseter : bundle-gen-mvn to add to Maven - All Versions:

Version Vulnerabilities Updated
0.3
bundle-gen-mvn-0.3
0.2
bundle-gen-mvn-0.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>io.github.hanseter</groupId>
    <artifactId>bundle-gen-mvn</artifactId>
    <version>0.3</version>
</plugin>