s

semver-jvm

Semantic Versioning library for Kotlin Multiplatform. It implements the full semantic version 2.0.0 specification and provides the ability to parse, compare, and increment semantic versions along with validation against constraints.
https://z4kn4fein.github.io/kotlin-semver
MIT License
Peter Csajtai
Files download
File Operation
semver-jvm-1.2.1.jar download
semver-jvm-1.2.1.pom download
semver-jvm-1.2.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.z4kn4fein</groupId>
  <artifactId>semver-jvm</artifactId>
  <version>1.2.1</version>
</dependency>
Gradle Groovy
implementation 'io.github.z4kn4fein:semver-jvm:1.2.1'
Gradle Kotlin
implementation("io.github.z4kn4fein:semver-jvm:1.2.1")
Scala SBT
libraryDependencies += "io.github.z4kn4fein" % "semver-jvm" % "1.2.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.z4kn4fein', module='semver-jvm', version='1.2.1')
)
Apache Ivy
<dependency org="io.github.z4kn4fein" name="semver-jvm" rev="1.2.1" />
Leiningen
[io.github.z4kn4fein/semver-jvm "1.2.1"]
Apache Buildr
'io.github.z4kn4fein:semver-jvm:jar:1.2.1'