Mirror von
https://github.com/ViaVersion/ViaVersion.git
synchronisiert 2024-11-08 17:20:24 +01:00
25 Zeilen
685 B
Kotlin
25 Zeilen
685 B
Kotlin
object Versions {
|
|
// Common compiled
|
|
const val adventure = "4.7.0"
|
|
const val gson = "2.8.6"
|
|
const val fastUtil = "8.3.1"
|
|
const val openNBT = "2.0-SNAPSHOT"
|
|
const val javassist = "3.27.0-GA"
|
|
|
|
// Common provided
|
|
const val netty = "4.0.20.Final"
|
|
const val guava = "17.0"
|
|
const val snakeYaml = "1.18"
|
|
|
|
const val jetbrainsAnnotations = "20.1.0"
|
|
const val jUnit = "5.6.3"
|
|
|
|
// Platforms
|
|
const val spigot = "1.16.5-R0.1-SNAPSHOT"
|
|
const val legacyBukkit = "1.8.8-R0.1-SNAPSHOT"
|
|
const val bungee = "1.16-R0.5-SNAPSHOT"
|
|
const val sponge = "5.0.0"
|
|
const val legacySponge = "4.0.0"
|
|
const val velocity = "1.1.0-SNAPSHOT"
|
|
}
|