is not current version
Last Version 1.6

io.github.portlek:version 1.2

A stupid Java version library.

GroupId

GroupId

io.github.portlek
ArtifactId

ArtifactId

version
Version

Version

1.2
Type

Type

jar

Download version 1.2


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