Skip to content

Commit b170611

Browse files
committed
readme
1 parent a9698e1 commit b170611

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ This pattern is supported for both `ObjectUuid` and `ObjectBigIntId`.
5959

6060
This library supports several libraries for generating the IDs in the JVM but does not pull them in, instead it expects you to pick one and add it yourself.
6161

62-
* UUIDs with [`com.fasterxml.uuid:java-uuid-generator`](https://central.sonatype.com/artifact/com.fasterxml.uuid/java-uuid-generator/versions)
63-
* BigInts/longs with [`io.hypersistence:hypersistence-tsid`](https://central.sonatype.com/artifact/io.hypersistence/hypersistence-tsid/versions)
62+
* UUIDs with [`com.fasterxml.uuid:java-uuid-generator`](https://central.sonatype.com/artifact/com.fasterxml.uuid/java-uuid-generator/versions) (see [project homepage](https://github.com/cowtowncoder/java-uuid-generator))
63+
* BigInts/longs with [`io.hypersistence:hypersistence-tsid`](https://central.sonatype.com/artifact/io.hypersistence/hypersistence-tsid/versions) (see [project homepage](https://github.com/vladmihalcea/hypersistence-tsid))
6464

6565
If you want to use a different library, the `$Generators.setFactory()` extension point should hopefully be self-explanatory.
6666

0 commit comments

Comments
 (0)