Skip to content

Commit 612a9d4

Browse files
increase version in readme to 5.1.0, add gradle import configuration (#114)
1 parent 4bd4b29 commit 612a9d4

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,17 @@ Maven coordinates are:
4747
<dependency>
4848
<groupId>com.fasterxml.uuid</groupId>
4949
<artifactId>java-uuid-generator</artifactId>
50-
<version>5.0.0</version>
50+
<version>5.1.0</version>
5151
</dependency>
5252
```
5353

54+
55+
Gradle:
56+
57+
```groovy
58+
implementation 'com.fasterxml.uuid:java-uuid-generator:5.1.0'
59+
```
60+
5461
#### Third-party Dependencies by JUG
5562

5663
The only dependency for JUG is the logging library:

0 commit comments

Comments
 (0)