MVN

com.buralo : buralo-identifier

Maven & Gradle

Oct 16, 2022
0 stars

Buralo Identifier · Generate domain object identifiers from UUIDs that are globally unique and sortable in their binary and textual representation.

<dependency>
    <groupId>com.buralo</groupId>
    <artifactId>buralo-identifier</artifactId>
    <version>1.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.buralo : buralo-identifier to add to Maven - Latest Versions:

  • Latest Stable: 1.2.0

All Versions

Choose a version of com.buralo : buralo-identifier to add to Maven - All Versions:

Version Vulnerabilities Updated
1.2.x
buralo-identifier-1.2.0
1.0.x
buralo-identifier-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.buralo</groupId>
    <artifactId>buralo-identifier</artifactId>
    <version>1.2.0</version>
</dependency>

Advertisement