2021-08-17 13:37:51 +02:00
|
|
|
metadata.format.version = "1.1"
|
2021-04-14 14:16:48 +02:00
|
|
|
|
|
|
|
[versions]
|
|
|
|
|
2023-01-14 20:05:21 +01:00
|
|
|
gson = "2.10.1"
|
2023-10-31 09:56:38 +01:00
|
|
|
fastutil = "8.5.12"
|
2024-06-16 15:46:27 +02:00
|
|
|
vianbt = "5.0.0"
|
2024-05-12 12:53:21 +02:00
|
|
|
mcstructs = "5-2.5.0-SNAPSHOT"
|
2021-04-14 14:16:48 +02:00
|
|
|
|
|
|
|
# Common provided
|
|
|
|
netty = "4.0.20.Final"
|
|
|
|
guava = "17.0"
|
|
|
|
snakeYaml = "1.18"
|
2023-02-27 14:16:40 +01:00
|
|
|
snakeYaml2 = "2.0"
|
2021-04-14 14:16:48 +02:00
|
|
|
|
2024-05-12 12:53:21 +02:00
|
|
|
junit = "5.10.2"
|
|
|
|
checkerQual = "3.43.0"
|
2021-04-14 14:16:48 +02:00
|
|
|
|
|
|
|
# Platforms
|
2024-05-12 12:53:21 +02:00
|
|
|
paper = "1.20.4-R0.1-SNAPSHOT"
|
2021-04-14 14:16:48 +02:00
|
|
|
legacyBukkit = "1.8.8-R0.1-SNAPSHOT"
|
2023-01-14 20:05:21 +01:00
|
|
|
velocity = "3.1.1"
|
2021-04-14 14:16:48 +02:00
|
|
|
|
|
|
|
|
|
|
|
[libraries]
|
|
|
|
|
|
|
|
gson = { group = "com.google.code.gson", name = "gson", version.ref = "gson" }
|
|
|
|
fastutil = { group = "it.unimi.dsi", name = "fastutil", version.ref = "fastutil" }
|
2023-10-16 07:35:16 +02:00
|
|
|
vianbt = { group = "com.viaversion", name = "nbt", version.ref = "vianbt" }
|
2023-12-29 16:50:21 +01:00
|
|
|
# Custom version that uses ViaNBT instead of its own inbuilt NBT library
|
|
|
|
text = { group = "com.viaversion.mcstructs", name = "text", version.ref = "mcstructs" }
|
2021-04-14 14:16:48 +02:00
|
|
|
|
|
|
|
netty = { group = "io.netty", name = "netty-all", version.ref = "netty" }
|
|
|
|
guava = { group = "com.google.guava", name = "guava", version.ref = "guava" }
|
|
|
|
snakeYaml = { group = "org.yaml", name = "snakeyaml", version.ref = "snakeYaml" }
|
2023-02-27 14:16:40 +01:00
|
|
|
snakeYaml2 = { group = "org.yaml", name = "snakeyaml", version.ref = "snakeYaml2" }
|
2021-04-14 14:16:48 +02:00
|
|
|
|
2021-05-14 10:59:43 +02:00
|
|
|
jupiterApi = { group = "org.junit.jupiter", name = "junit-jupiter-api", version.ref = "junit" }
|
|
|
|
jupiterEngine = { group = "org.junit.jupiter", name = "junit-jupiter-engine", version.ref = "junit" }
|
2021-04-14 14:16:48 +02:00
|
|
|
checkerQual = { group = "org.checkerframework", name = "checker-qual", version.ref = "checkerQual" }
|
|
|
|
|
2021-08-28 16:50:52 +02:00
|
|
|
paper = { group = "io.papermc.paper", name = "paper-api", version.ref = "paper" }
|
2021-04-14 14:16:48 +02:00
|
|
|
legacyBukkit = { group = "org.bukkit", name = "bukkit", version.ref = "legacyBukkit" }
|
|
|
|
velocity = { group = "com.velocitypowered", name = "velocity-api", version.ref = "velocity" }
|
|
|
|
|
|
|
|
|
|
|
|
[bundles]
|
|
|
|
|
2021-05-14 10:59:43 +02:00
|
|
|
junit = ["jupiterApi", "jupiterEngine"]
|