MVN

tech.ydb.yoj : yoj-parent

Maven & Gradle

Dec 28, 2023
11 stars

YDB ORM for Java (YOJ) · YDB ORM for Java (YOJ) is a lightweight ORM for immutable entities.

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

Latest Version

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

  • Latest Stable: 1.0.0

All Versions

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

Version Vulnerabilities Updated
1.0.x
yoj-parent-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

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