Updated README.md
This commit is contained in:
parent
623b8d9307
commit
174c76c0a8
12
README.md
12
README.md
|
@ -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
|
||||||
------------------------------------------------------
|
------------------------------------------------------
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue