scrow-commands/common/deps.bzl
kento2 7c322707ba
Some checks failed
Build and Deploy artifact / build (push) Failing after 11s
initial commit
2026-08-25 15:37:39 +02:00

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"),
]