forked from Hexaoxide/Carbon
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdependencies.gradle
More file actions
33 lines (31 loc) · 1011 Bytes
/
dependencies.gradle
File metadata and controls
33 lines (31 loc) · 1011 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
ext {
vers = [
'checkstyle' : '8.34',
'stylecheck' : '0.1-SNAPSHOT',
'checker-qual' : '3.8.0',
'guava' : '26.0-jre',
'slf4j-api' : '1.7.25',
'adventure' : '4.3.0',
'adventure-platform': '4.0.0-SNAPSHOT',
'minimessage' : '4.1.0-SNAPSHOT',
'kyori-event-api' : '3.0.0',
'kyori-registry' : '1.0.0-SNAPSHOT',
'minedown' : '1.6.2-SNAPSHOT',
'cloud' : '1.2.0',
'configurate' : '4.0.0',
'luckperms-api' : '5.1',
// Common
'lettuce-core' : '6.0.0.M1',
'idb-core' : '1.0.0-SNAPSHOT',
'hikari' : '2.4.1',
'gson' : '2.8.0',
// Bukkit
'paper-api' : '1.16.4-R0.1-SNAPSHOT',
'snakeyaml' : '1.27',
'mcmmo' : '2.1.143',
'towny' : '0.96.2.0',
'worldguard' : '7.0.4-SNAPSHOT',
'placeholder-api' : '2.10.9',
'vault' : '1.7',
]
}