MVN

com.danrusu.pods4k : bom

Maven & Gradle

Jun 17, 2024
3 stars

Bill of Materials · The bill of materials references the individual artifacts at each version to be able to ensure consistent dependencies when selecting individual artifacts

<dependency>
    <groupId>com.danrusu.pods4k</groupId>
    <artifactId>bom</artifactId>
    <version>0.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.danrusu.pods4k : bom to add to Maven - Latest Versions:

  • Latest Stable: 0.1.0

All Versions

Choose a version of com.danrusu.pods4k : bom to add to Maven - All Versions:

Version Vulnerabilities Updated
0.1.x
bom-0.1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.danrusu.pods4k</groupId>
    <artifactId>bom</artifactId>
    <version>0.1.0</version>
</dependency>