9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2026-01-04 15:41:30 +00:00
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

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'
}

View File

@@ -6,14 +6,16 @@ authors: [ cyberpwn, NextdoorPsycho ]
website: volmit.com
description: More than a Dimension!
libraries:
- org.zeroturnaround:zt-zip:1.14
- com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:1.4.2
- org.ow2.asm:asm:9.2
- com.google.code.gson:gson:2.8.7
- it.unimi.dsi:fastutil:8.5.4
- com.github.ben-manes.caffeine:caffeine:3.0.3
- io.timeandspace:smoothie-map:2.0.2
- com.google.guava:guava:30.1.1-jre
- bsf:bsf:2.4.0
- com.google.code.gson:gson:2.8.7
- org.zeroturnaround:zt-zip:1.14
- it.unimi.dsi:fastutil:8.5.4
- org.ow2.asm:asm:9.2
- rhino:js:1.7R2
- bsf:bsf:2.4.0
commands:
iris:
aliases: [ ir, irs ]