File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
# short-uuid
2
2
3
- [ ![ Maven Central] ( https://res.cloudinary.com/practicaldev/image/fetch/s--A2crg8Rq--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://img.shields.io/maven-central/v/co.nlighten/short-uuid.svg%3Flabel%3DMaven%2520Central%26logo%3Dapachemaven )] ( https://central.sonatype.com/artifact/co.nlighten/short-uuid )
4
- [ ![ Release] ( https://res.cloudinary.com/practicaldev/image/fetch/s--OZF8A8Pg--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://img.shields.io/github/v/release/nlighten-oss/short-uuid%3Flogo%3DGitHub )] ( https://github.com/nlighten-oss/short-uuid/releases )
5
- [ ![ License] ( https://res.cloudinary.com/practicaldev/image/fetch/s--_6Z6Z6Z_--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://img.shields.io/github/license/nlighten-oss/short-uuid.svg%3Flogo%3DOpen%20Source%20Initiative )] ( ./LICENSE )
3
+ [ ![ Maven Central Version] ( https://img.shields.io/maven-central/v/co.nlighten/short-uuid )] ( https://central.sonatype.com/artifact/co.nlighten/short-uuid )
4
+ [ ![ javadoc] ( https://javadoc.io/badge2/co.nlighten/short-uuid/javadoc.svg )] ( https://javadoc.io/doc/co.nlighten/short-uuid )
5
+ [ ![ Build] ( https://github.com/nlighten-oss/short-uuid/actions/workflows/ci.yml/badge.svg?branch=main )] ( https://github.com/nlighten-oss/short-uuid/actions/workflows/ci.yml )
6
+ [ ![ GitHub Release] ( https://img.shields.io/github/v/release/nlighten-oss/short-uuid )] ( https://github.com/nlighten-oss/short-uuid/releases )
7
+ [ ![ License] ( https://img.shields.io/github/license/nlighten-oss/short-uuid )] ( ./LICENSE )
6
8
7
9
Short UUID conversion and generation library for Java.
8
10
- Can make a UUID shorter in string format (down to 22 characters)
@@ -53,4 +55,4 @@ See tests for more examples.
53
55
54
56
## License
55
57
56
- [ Apache License 2.0] ( ./LICENSE )
58
+ [ Apache License 2.0] ( ./LICENSE )
You can’t perform that action at this time.
0 commit comments