Skip to content

Commit

Permalink
Add Maven central badge to README
Browse files Browse the repository at this point in the history
  • Loading branch information
Till Krullmann committed May 8, 2021
1 parent ff2bb2a commit 0524135
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
= Base62 Library
:version: 1.0.0
:groupId: org.unbroken-dome.base62
:artifactId: base62

image:https://img.shields.io/maven-central/v/{groupId}/{artifactId}[link=https://search.maven.org/artifact/{groupId}/{artifactId}/{version}/bundle]

This is a small Java library for encoding and decoding data in base-62 format.

Expand Down

0 comments on commit 0524135

Please sign in to comment.