This commit is contained in:
commit
7c322707ba
51 changed files with 1488 additions and 0 deletions
14
common/deps.bzl
Normal file
14
common/deps.bzl
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
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"),
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue