is not current version
Last Version 0.6.0

com.xellitix.commons:semver 0.2.0

Networking library

GroupId

GroupId

com.xellitix.commons
ArtifactId

ArtifactId

semver
Version

Version

0.2.0
Type

Type

jar

Download semver 0.2.0


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