is not current version
Last Version 2.1.4

io.github.portlek:bukkit-version 2.1.1

A library for parsing Bukkit server's versions.

GroupId

GroupId

io.github.portlek
ArtifactId

ArtifactId

bukkit-version
Version

Version

2.1.1
Type

Type

jar

Download bukkit-version 2.1.1


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