mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-06-18 06:41:08 +00:00
Libs
This commit is contained in:
@@ -187,6 +187,7 @@ dependencies {
|
|||||||
implementation 'net.kyori:adventure-api:4.8.1'
|
implementation 'net.kyori:adventure-api:4.8.1'
|
||||||
|
|
||||||
// Dynamically Loaded
|
// Dynamically Loaded
|
||||||
|
implementation 'io.timeandspace:smoothie-map:2.0.2'
|
||||||
implementation 'it.unimi.dsi:fastutil:8.5.4'
|
implementation 'it.unimi.dsi:fastutil:8.5.4'
|
||||||
implementation 'com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:1.4.2'
|
implementation 'com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:1.4.2'
|
||||||
implementation 'org.zeroturnaround:zt-zip:1.14'
|
implementation 'org.zeroturnaround:zt-zip:1.14'
|
||||||
@@ -195,4 +196,5 @@ dependencies {
|
|||||||
implementation 'com.google.guava:guava:30.1.1-jre'
|
implementation 'com.google.guava:guava:30.1.1-jre'
|
||||||
implementation 'bsf:bsf:2.4.0'
|
implementation 'bsf:bsf:2.4.0'
|
||||||
implementation 'rhino:js:1.7R2'
|
implementation 'rhino:js:1.7R2'
|
||||||
|
implementation 'com.github.ben-manes.caffeine:caffeine:3.0.3'
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -6,14 +6,16 @@ authors: [ cyberpwn, NextdoorPsycho ]
|
|||||||
website: volmit.com
|
website: volmit.com
|
||||||
description: More than a Dimension!
|
description: More than a Dimension!
|
||||||
libraries:
|
libraries:
|
||||||
- org.zeroturnaround:zt-zip:1.14
|
|
||||||
- com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:1.4.2
|
- com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:1.4.2
|
||||||
- org.ow2.asm:asm:9.2
|
- com.github.ben-manes.caffeine:caffeine:3.0.3
|
||||||
- com.google.code.gson:gson:2.8.7
|
- io.timeandspace:smoothie-map:2.0.2
|
||||||
- it.unimi.dsi:fastutil:8.5.4
|
|
||||||
- com.google.guava:guava:30.1.1-jre
|
- 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
|
- rhino:js:1.7R2
|
||||||
|
- bsf:bsf:2.4.0
|
||||||
commands:
|
commands:
|
||||||
iris:
|
iris:
|
||||||
aliases: [ ir, irs ]
|
aliases: [ ir, irs ]
|
||||||
|
|||||||
Reference in New Issue
Block a user