MVN

com.github.tommyk-gears : bom-maven-plugin

Maven & Gradle

Aug 20, 2020
0 stars

Maven BOM Plugin · Import dependency management and properties from a BOM project

<plugin>
    <groupId>com.github.tommyk-gears</groupId>
    <artifactId>bom-maven-plugin</artifactId>
    <version>0.3.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.tommyk-gears : bom-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.3.0

All Versions

Choose a version of com.github.tommyk-gears : bom-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.3.x
bom-maven-plugin-0.3.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.tommyk-gears</groupId>
    <artifactId>bom-maven-plugin</artifactId>
    <version>0.3.0</version>
</plugin>