is not current version
Last Version 0.1.0

com.ghunteranderson:jsemver 0.0.0

JSemVer is a Java based parser and comparator implementing the Semantic Versioning 2.0.0. It also includes support for NPM like version range selectors.

GroupId

GroupId

com.ghunteranderson
ArtifactId

ArtifactId

jsemver
Version

Version

0.0.0
Type

Type

jar

Download jsemver 0.0.0


<!-- https://jarcasting.com/artifacts/com.ghunteranderson/jsemver/ -->
<dependency>
    <groupId>com.ghunteranderson</groupId>
    <artifactId>jsemver</artifactId>
    <version>0.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.ghunteranderson/jsemver/
implementation 'com.ghunteranderson:jsemver:0.0.0'
// https://jarcasting.com/artifacts/com.ghunteranderson/jsemver/
implementation ("com.ghunteranderson:jsemver:0.0.0")
'com.ghunteranderson:jsemver:jar:0.0.0'
<dependency org="com.ghunteranderson" name="jsemver" rev="0.0.0">
  <artifact name="jsemver" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ghunteranderson', module='jsemver', version='0.0.0')
)
libraryDependencies += "com.ghunteranderson" % "jsemver" % "0.0.0"
[com.ghunteranderson/jsemver "0.0.0"]