is not current version
Last Version 0.0.3

com.github.villadora:semver 0.0.2


GroupId

GroupId

com.github.villadora
ArtifactId

ArtifactId

semver
Version

Version

0.0.2
Type

Type

jar

Download semver 0.0.2


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