From 174c76c0a875473f18f2efa249c8fddeb0d28697 Mon Sep 17 00:00:00 2001 From: Fabio Lima Date: Sun, 23 Feb 2020 14:08:30 -0300 Subject: [PATCH] Updated README.md --- README.md | 12 +++++++++++- pom.xml | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 219f999..190165a 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,17 @@ byte[] ulid = UlidCreator.getFastBytes(); ### Maven dependency -Work in progress. +Add these lines to your `pom.xml`. + +```xml + + + com.github.f4b6a3 + ulid-creator + 1.0.0 + +``` +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 ------------------------------------------------------ diff --git a/pom.xml b/pom.xml index b905b2c..16c9724 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ com.github.f4b6a3 ulid-creator - 1.0.1-SNAPSHOT + 1.0.0-SNAPSHOT jar ulid-creator