Install uuid-creator via Maven or Gradle
masterTo use this library in your Java project, add the following dependency to your build configuration file.
### Maven
```xml
<dependency>
<groupId>com.github.f4b6a3</groupId>
<artifactId>uuid-creator</artifactId>
<version>6.1.1</version>
</dependency>Gradle
implementation 'com.github.f4b6a3:uuid-creator:6.1.0'