MVN

io.github.dmlloyd.module-info : module-info

Maven & Gradle

Jul 05, 2023
3 stars

Module Info Generator · A utility for writing module-info.class files based on YAML and automatic input

<plugin>
    <groupId>io.github.dmlloyd.module-info</groupId>
    <artifactId>module-info</artifactId>
    <version>2.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.dmlloyd.module-info : module-info to add to Maven - Latest Versions:

  • Latest Stable: 2.1

All Versions

Choose a version of io.github.dmlloyd.module-info : module-info to add to Maven - All Versions:

Version Vulnerabilities Updated
2.1
module-info-2.1
2.0
module-info-2.0
1.2
module-info-1.2
1.1
module-info-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>io.github.dmlloyd.module-info</groupId>
    <artifactId>module-info</artifactId>
    <version>2.1</version>
</plugin>

Advertisement