is not current version
Last Version 3.0.4

io.github.portlek:version-matched 3.0.0

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

GroupId

GroupId

io.github.portlek
ArtifactId

ArtifactId

version-matched
Version

Version

3.0.0
Type

Type

jar

Download version-matched 3.0.0


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