Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 592 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 592 Bytes

VerNum - Java library for dot-separated version

Maven Central

A Java library for dealing with dot-separated version numbers (e.g. 4.3.1).

Quick start

Add it to your dependencies in your build.gradle file:

dependencies {
    classpath "com.lattica.oss:vernum:1.2.0"
}

License

The library is licensed under the terms of the Apache License, Version 2.0.