is not current version
Last Version 3.0.4

io.github.portlek:version-matched 2.8

An API for matching the correct class that will be initiated by version.

GroupId

GroupId

io.github.portlek
ArtifactId

ArtifactId

version-matched
Version

Version

2.8
Type

Type

jar

Download version-matched 2.8


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