An open API service indexing awesome lists of open source software.

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.

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