From 612a9d45ce1a8559a969355586023a58f5daa706 Mon Sep 17 00:00:00 2001 From: Alexander Ilinykh Date: Wed, 19 Jun 2024 03:58:33 +0500 Subject: [PATCH] increase version in readme to 5.1.0, add gradle import configuration (#114) --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a31d9b..1e08098 100644 --- a/README.md +++ b/README.md @@ -47,10 +47,17 @@ Maven coordinates are: com.fasterxml.uuid java-uuid-generator - 5.0.0 + 5.1.0 ``` + +Gradle: + +```groovy +implementation 'com.fasterxml.uuid:java-uuid-generator:5.1.0' +``` + #### Third-party Dependencies by JUG The only dependency for JUG is the logging library: