MVN

tech.ydb.yoj : yoj-bom

Maven & Gradle

Dec 28, 2023
12 stars

YOJ - Bill of Materials · Bill of Materials (BOM) for YOJ Project. Use this artifact with <scope>import</scope> to ensure you have a consistent version of all YOJ artifacts at once.

<dependency>
    <groupId>tech.ydb.yoj</groupId>
    <artifactId>yoj-bom</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of tech.ydb.yoj : yoj-bom to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of tech.ydb.yoj : yoj-bom to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
yoj-bom-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>tech.ydb.yoj</groupId>
    <artifactId>yoj-bom</artifactId>
    <version>1.0.0</version>
</dependency>