Updated README.md

This commit is contained in:
Fabio Lima 2020-02-23 14:08:30 -03:00
parent 623b8d9307
commit 174c76c0a8
2 changed files with 12 additions and 2 deletions

View File

@ -44,7 +44,17 @@ byte[] ulid = UlidCreator.getFastBytes();
### Maven dependency ### Maven dependency
Work in progress. Add these lines to your `pom.xml`.
```xml
<!-- https://search.maven.org/artifact/com.github.f4b6a3/ulid-creator -->
<dependency>
<groupId>com.github.f4b6a3</groupId>
<artifactId>ulid-creator</artifactId>
<version>1.0.0</version>
</dependency>
```
See more options in [maven.org](https://search.maven.org/artifact/com.github.f4b6a3/ulid-creator) and [mvnrepository.com](https://mvnrepository.com/artifact/com.github.f4b6a3/ulid-creator).
Implementation Implementation
------------------------------------------------------ ------------------------------------------------------

View File

@ -3,7 +3,7 @@
<groupId>com.github.f4b6a3</groupId> <groupId>com.github.f4b6a3</groupId>
<artifactId>ulid-creator</artifactId> <artifactId>ulid-creator</artifactId>
<version>1.0.1-SNAPSHOT</version> <version>1.0.0-SNAPSHOT</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>ulid-creator</name> <name>ulid-creator</name>