mirror of
https://github.com/Minestom/Minestom.git
synced 2024-11-01 00:10:19 +01:00
107 lines
4.4 KiB
TOML
107 lines
4.4 KiB
TOML
metadata.format.version = "1.1"
|
|
|
|
[versions]
|
|
|
|
# Important dependencies
|
|
adventure = "4.11.0"
|
|
kotlin = "1.6.20"
|
|
hydrazine = "1.7.2"
|
|
dependencyGetter = "v1.0.1"
|
|
minestomData = "76da04ca1d"
|
|
hephaistos = "2.5.3"
|
|
jetbrainsAnnotations = "23.0.0"
|
|
|
|
# Terminal / Logging
|
|
tinylog = "2.4.1"
|
|
jline = "3.21.0"
|
|
|
|
# Performance / Data Structures
|
|
caffeine = "3.0.6"
|
|
fastutil = "8.5.8"
|
|
flare = "2.0.1"
|
|
gson = "2.9.0"
|
|
jcTools = "3.3.0"
|
|
|
|
# Test
|
|
junit-jupiter = "5.8.2"
|
|
junit-platform = "1.8.2"
|
|
mockito = "4.2.0"
|
|
|
|
# Code Generation
|
|
javaPoet = "1.13.0"
|
|
|
|
# Demo
|
|
jNoise = "b93008e35e"
|
|
|
|
# JMH
|
|
jmh = "1.35"
|
|
|
|
# JCStress
|
|
jcstress = "0.8"
|
|
|
|
[libraries]
|
|
|
|
# Important Dependencies
|
|
# Adventure
|
|
adventure-api = { group = "net.kyori", name = "adventure-api", version.ref = "adventure" }
|
|
adventure-serializer-gson = { group = "net.kyori", name = "adventure-text-serializer-gson", version.ref = "adventure" }
|
|
adventure-serializer-legacy = { group = "net.kyori", name = "adventure-text-serializer-legacy", version.ref = "adventure" }
|
|
adventure-serializer-plain = { group = "net.kyori", name = "adventure-text-serializer-plain", version.ref = "adventure" }
|
|
adventure-text-logger-slf4j = { group = "net.kyori", name = "adventure-text-logger-slf4j", version.ref = "adventure" }
|
|
|
|
# Kotlin
|
|
kotlin-reflect = { group = "org.jetbrains.kotlin", name = "kotlin-reflect", version.ref = "kotlin" }
|
|
kotlin-stdlib-jdk8 = { group = "org.jetbrains.kotlin", name = "kotlin-stdlib-jdk8", version.ref = "kotlin" }
|
|
|
|
# Miscellaneous
|
|
hydrazine = { group = "com.github.MadMartian", name = "hydrazine-path-finding", version.ref = "hydrazine" }
|
|
dependencyGetter = { group = "com.github.Minestom", name = "DependencyGetter", version.ref = "dependencyGetter" }
|
|
minestomData = { group = "com.github.Minestom", name = "MinestomDataGenerator", version.ref = "minestomData" }
|
|
jetbrainsAnnotations = { group = "org.jetbrains", name = "annotations", version.ref = "jetbrainsAnnotations" }
|
|
|
|
# Logging
|
|
tinylog-api = { group = "org.tinylog", name = "tinylog-api", version.ref = "tinylog" }
|
|
tinylog-impl = { group = "org.tinylog", name = "tinylog-impl", version.ref = "tinylog" }
|
|
tinylog-slf4j = { group = "org.tinylog", name = "slf4j-tinylog", version.ref = "tinylog" }
|
|
|
|
# Terminal
|
|
jline = { group = "org.jline", name = "jline", version.ref = "jline" }
|
|
jline-jansi = { group = "org.jline", name = "jline-terminal-jansi", version.ref = "jline" }
|
|
|
|
# Performance / Data Structures
|
|
caffeine = { group = "com.github.ben-manes.caffeine", name = "caffeine", version.ref = "caffeine" }
|
|
fastutil = { group = "it.unimi.dsi", name = "fastutil", version.ref = "fastutil" }
|
|
flare = { group = "space.vectrix.flare", name = "flare", version.ref = "flare" }
|
|
flare-fastutil = { group = "space.vectrix.flare", name = "flare-fastutil", version.ref = "flare" }
|
|
gson = { group = "com.google.code.gson", name = "gson", version.ref = "gson" }
|
|
jcTools = { group = "org.jctools", name = "jctools-core", version.ref = "jcTools" }
|
|
|
|
# Test
|
|
junit-api = { group = "org.junit.jupiter", name = "junit-jupiter-api", version.ref = "junit-jupiter" }
|
|
junit-engine = { group = "org.junit.jupiter", name = "junit-jupiter-engine", version.ref = "junit-jupiter" }
|
|
junit-params = { group = "org.junit.jupiter", name = "junit-jupiter-params", version.ref = "junit-jupiter" }
|
|
junit-suite-api = { group = "org.junit.platform", name = "junit-platform-suite-api", version.ref = "junit-platform" }
|
|
junit-suite-engine = { group = "org.junit.platform", name = "junit-platform-suite-engine", version.ref = "junit-platform" }
|
|
mockito-core = { group = "org.mockito", name = "mockito-core", version.ref = "mockito" }
|
|
|
|
# Code Generation
|
|
javaPoet = { group = "com.squareup", name = "javapoet", version.ref = "javaPoet" }
|
|
|
|
# Demo
|
|
jNoise = { group = "com.github.Articdive.JNoise", name = "jnoise-pipeline", version.ref = "jNoise" }
|
|
|
|
# JMH
|
|
jmh-core = { group = "org.openjdk.jmh", name = "jmh-core", version.ref = "jmh" }
|
|
jmh-annotationprocessor = { group = "org.openjdk.jmh", name = "jmh-generator-annprocess", version.ref = "jmh" }
|
|
|
|
# JCStress
|
|
jcstress-core = { group = "org.openjdk.jcstress", name = "jcstress-core", version.ref = "jcstress" }
|
|
|
|
[bundles]
|
|
|
|
kotlin = ["kotlin-stdlib-jdk8", "kotlin-reflect"]
|
|
flare = ["flare", "flare-fastutil"]
|
|
adventure = ["adventure-api", "adventure-serializer-gson", "adventure-serializer-legacy", "adventure-serializer-plain", "adventure-text-logger-slf4j"]
|
|
logging = ["tinylog-api", "tinylog-impl", "tinylog-slf4j"]
|
|
terminal = ["jline", "jline-jansi"]
|