mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 02:03:59 +00:00
Commons lang3
This commit is contained in:
parent
401ed0a7a5
commit
432e95e4ec
@ -167,7 +167,6 @@ shadowJar
|
||||
include(dependency('io.papermc:paperlib'))
|
||||
include(dependency('com.dfsek:Paralithic'))
|
||||
include(dependency('net.kyori:'))
|
||||
include(dependency('com.github.Querz:NBT'))
|
||||
}
|
||||
}
|
||||
|
||||
@ -186,7 +185,6 @@ dependencies {
|
||||
implementation "net.kyori:adventure-text-minimessage:4.1.0-SNAPSHOT"
|
||||
implementation "net.kyori:adventure-platform-bukkit:4.0.0-SNAPSHOT"
|
||||
implementation 'net.kyori:adventure-api:4.8.1'
|
||||
implementation 'com.github.Querz:NBT:6.1'
|
||||
|
||||
// Dynamically Loaded
|
||||
implementation 'io.timeandspace:smoothie-map:2.0.2'
|
||||
@ -199,4 +197,5 @@ dependencies {
|
||||
implementation 'bsf:bsf:2.4.0'
|
||||
implementation 'rhino:js:1.7R2'
|
||||
implementation 'com.github.ben-manes.caffeine:caffeine:3.0.3'
|
||||
implementation 'org.apache.commons:commons-lang3:3.12.0'
|
||||
}
|
||||
|
@ -8,6 +8,7 @@ description: More than a Dimension!
|
||||
libraries:
|
||||
- com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:1.4.2
|
||||
- com.github.ben-manes.caffeine:caffeine:3.0.3
|
||||
- org.apache.commons:commons-lang3:3.12.0
|
||||
- io.timeandspace:smoothie-map:2.0.2
|
||||
- com.google.guava:guava:30.1.1-jre
|
||||
- com.google.code.gson:gson:2.8.7
|
||||
|
Loading…
x
Reference in New Issue
Block a user