is not current version
Last Version 1.6

io.github.portlek:version 1.3

A stupid Java version library.

GroupId

GroupId

io.github.portlek
ArtifactId

ArtifactId

version
Version

Version

1.3
Type

Type

jar

Download version 1.3


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