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
文件下载
文件名 操作
semver-jvm-1.3.1.jar 下载
semver-jvm-1.3.1.pom 下载
semver-jvm-1.3.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.z4kn4fein</groupId>
  <artifactId>semver-jvm</artifactId>
  <version>1.3.1</version>
</dependency>
Gradle Groovy
implementation 'io.github.z4kn4fein:semver-jvm:1.3.1'
Gradle Kotlin
implementation("io.github.z4kn4fein:semver-jvm:1.3.1")
Scala SBT
libraryDependencies += "io.github.z4kn4fein" % "semver-jvm" % "1.3.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.z4kn4fein', module='semver-jvm', version='1.3.1')
)
Apache Ivy
<dependency org="io.github.z4kn4fein" name="semver-jvm" rev="1.3.1" />
Leiningen
[io.github.z4kn4fein/semver-jvm "1.3.1"]
Apache Buildr
'io.github.z4kn4fein:semver-jvm:jar:1.3.1'