This commit is contained in:
cyberpwn
2021-08-22 03:03:57 -04:00
parent 2a8e4f19af
commit 0e86d6fbdb
2 changed files with 9 additions and 5 deletions
+2
View File
@@ -187,6 +187,7 @@ dependencies {
implementation 'net.kyori:adventure-api:4.8.1'
// Dynamically Loaded
implementation 'io.timeandspace:smoothie-map:2.0.2'
implementation 'it.unimi.dsi:fastutil:8.5.4'
implementation 'com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:1.4.2'
implementation 'org.zeroturnaround:zt-zip:1.14'
@@ -195,4 +196,5 @@ dependencies {
implementation 'com.google.guava:guava:30.1.1-jre'
implementation 'bsf:bsf:2.4.0'
implementation 'rhino:js:1.7R2'
implementation 'com.github.ben-manes.caffeine:caffeine:3.0.3'
}