is not current version
Last Version 4.0

com.kcthota:version4j 1.0

Library to help compare major.minor.patch versions

GroupId

GroupId

com.kcthota
ArtifactId

ArtifactId

version4j
Version

Version

1.0
Type

Type

jar

Download version4j 1.0


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