v

version-matched

An API for matching the correct class that will be initiated by version.
https://github.com/portlek/version-matched
Files download
File Operation
version-matched-2.9.jar download
version-matched-2.9.pom download
version-matched-2.9-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.portlek</groupId>
  <artifactId>version-matched</artifactId>
  <version>2.9</version>
</dependency>
Gradle Groovy
implementation 'io.github.portlek:version-matched:2.9'
Gradle Kotlin
implementation("io.github.portlek:version-matched:2.9")
Scala SBT
libraryDependencies += "io.github.portlek" % "version-matched" % "2.9"
Groovy Grape
@Grapes(
  @Grab(group='io.github.portlek', module='version-matched', version='2.9')
)
Apache Ivy
<dependency org="io.github.portlek" name="version-matched" rev="2.9" />
Leiningen
[io.github.portlek/version-matched "2.9"]
Apache Buildr
'io.github.portlek:version-matched:jar:2.9'