MVN

com.github.olegzzz : bom-search-maven-plugin

Maven & Gradle

Jan 20, 2021
2 stars

bom-search-maven-plugin Maven Plugin · Maven plugin to suggest which BOM artifact to use based on project dependencies.

<plugin>
    <groupId>com.github.olegzzz</groupId>
    <artifactId>bom-search-maven-plugin</artifactId>
    <version>1.5</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.5

All Versions

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

Version Vulnerabilities Updated
1.5
bom-search-maven-plugin-1.5
1.4
bom-search-maven-plugin-1.4
1.3
bom-search-maven-plugin-1.3
1.2
bom-search-maven-plugin-1.2
1.1
bom-search-maven-plugin-1.1
1.0
bom-search-maven-plugin-1.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.olegzzz</groupId>
    <artifactId>bom-search-maven-plugin</artifactId>
    <version>1.5</version>
</plugin>

Advertisement