Single class semantic version implementation
- 1 minThere are numerous java libraries that allow to parse and compare semantic version conforming strings. I found that all of them are way too complex and overloaded for such a seemingly simple task. That is why I began to implement my own version, resulting in a fast and tiny (just a single java class) library.
Check out the full documentation on GitHub