https://github.com/coolerfall/xid
A port of xid in Java.
https://github.com/coolerfall/xid
Last synced: 5 months ago
JSON representation
A port of xid in Java.
- Host: GitHub
- URL: https://github.com/coolerfall/xid
- Owner: coolerfall
- Created: 2019-11-12T03:43:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-13T07:45:23.000Z (over 6 years ago)
- Last Synced: 2023-06-30T03:13:43.586Z (almost 3 years ago)
- Language: Java
- Size: 54.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
xid
===
A port of [xid][1] in Java.
## Usage:
```java
String id = Xid.get().toString();
```
## Download:
```groovy
implementation("com.coolerfall:xid:1.0.0")
```
[1]: https://github.com/rs/xid