14 lines
No EOL
439 B
Python
14 lines
No EOL
439 B
Python
load("@rules_jvm_external//:defs.bzl", "artifact")
|
|
|
|
COMMON_DEPS = [
|
|
artifact("org.jetbrains:annotations"),
|
|
artifact("com.google.guava:guava"),
|
|
artifact("net.kyori:adventure-api"),
|
|
artifact("com.leakyabstractions:result-api"),
|
|
artifact("com.leakyabstractions:result"),
|
|
]
|
|
|
|
COMMON_DEPS_EXPORT = [
|
|
artifact("com.leakyabstractions:result-api"),
|
|
artifact("com.leakyabstractions:result"),
|
|
] |