MVN

org.typefactory : type-factory-bom

Maven & Gradle

Feb 12, 2023
6 stars

Type Factory – Bill-of-Materials (BOM) · The Type Factory bill-of-materials providing dependencies to all type-factory modules.

<dependency>
    <groupId>org.typefactory</groupId>
    <artifactId>type-factory-bom</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.typefactory : type-factory-bom to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of org.typefactory : type-factory-bom to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
type-factory-bom-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.typefactory</groupId>
    <artifactId>type-factory-bom</artifactId>
    <version>1.0.0</version>
</dependency>

Advertisement