is not current version
Last Version 1.3.3

io.github.z4kn4fein:semver-js 1.3.1

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.

Categories

Categories

JavaScript Languages
GroupId

GroupId

io.github.z4kn4fein
ArtifactId

ArtifactId

semver-js
Version

Version

1.3.1
Type

Type

pom

Download semver-js 1.3.1


<!-- https://jarcasting.com/artifacts/io.github.z4kn4fein/semver-js/ -->
<dependency>
    <groupId>io.github.z4kn4fein</groupId>
    <artifactId>semver-js</artifactId>
    <version>1.3.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.z4kn4fein/semver-js/
implementation 'io.github.z4kn4fein:semver-js:1.3.1'
// https://jarcasting.com/artifacts/io.github.z4kn4fein/semver-js/
implementation ("io.github.z4kn4fein:semver-js:1.3.1")
'io.github.z4kn4fein:semver-js:pom:1.3.1'
<dependency org="io.github.z4kn4fein" name="semver-js" rev="1.3.1">
  <artifact name="semver-js" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.z4kn4fein', module='semver-js', version='1.3.1')
)
libraryDependencies += "io.github.z4kn4fein" % "semver-js" % "1.3.1"
[io.github.z4kn4fein/semver-js "1.3.1"]