| License |
License |
|---|---|
| Categories |
CategoriesIDE Development Tools |
| GroupId | GroupIdcom.buralo |
| ArtifactId | ArtifactIdburalo-identifier |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionBuralo Identifier
Generate domain object identifiers from UUIDs that are globally unique and sortable in their binary and textual representation.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| buralo-identifier-1.0.0.pom | |
| buralo-identifier-1.0.0.jar | 8 KB |
| buralo-identifier-1.0.0-sources.jar | 8 KB |
| buralo-identifier-1.0.0-javadoc.jar | 139 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.buralo/buralo-identifier/ -->
<dependency>
<groupId>com.buralo</groupId>
<artifactId>buralo-identifier</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.buralo/buralo-identifier/
implementation 'com.buralo:buralo-identifier:1.0.0'
// https://jarcasting.com/artifacts/com.buralo/buralo-identifier/
implementation ("com.buralo:buralo-identifier:1.0.0")
'com.buralo:buralo-identifier:jar:1.0.0'
<dependency org="com.buralo" name="buralo-identifier" rev="1.0.0">
<artifact name="buralo-identifier" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.buralo', module='buralo-identifier', version='1.0.0')
)
libraryDependencies += "com.buralo" % "buralo-identifier" % "1.0.0"
[com.buralo/buralo-identifier "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.fasterxml.uuid : java-uuid-generator | jar | 4.0.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-engine | jar | 5.7.2 |
| org.junit.jupiter : junit-jupiter-params | jar | 5.7.2 |
| org.assertj : assertj-core | jar | 3.19.0 |
| org.slf4j : slf4j-simple | jar | 1.7.36 |