We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2517639 commit 8814804Copy full SHA for 8814804
1 file changed
build.gradle
@@ -29,11 +29,18 @@ configurations {
29
}
30
31
dependencies {
32
+ // Databases
33
implementation 'mysql:mysql-connector-java:8.0.33'
34
implementation 'org.xerial:sqlite-jdbc:3.46.1.0'
35
implementation 'com.zaxxer:HikariCP:5.1.0'
36
+ // Exp4j
37
implementation 'net.objecthunter:exp4j:0.4.8'
38
+ // RE2J
39
implementation 'com.google.re2j:re2j:1.7'
40
+ // JetBrains Annotations
41
+ implementation 'org.jetbrains:annotations:24.0.1'
42
+ // SimplixStorage
43
+ implementation 'com.github.DragonFixes:SimplixStorage:master-SNAPSHOT'
44
45
46
shadowJar {
0 commit comments