Semantic Versioning Semantic Versioning implementation in Kotlin. Semver represents the versioning system specified in Semantic Versioning Specification. Installation Semver requires no external dependencies. You can install th
allprojects {
repositories {
...
maven { url "https://jitpack.io" }
}
}