mirror of
https://github.com/Minestom/Minestom.git
synced 2024-12-31 21:48:08 +01:00
Include commons-codec for digest utilities.
This commit is contained in:
parent
de3443f173
commit
bf92a7db72
@ -121,6 +121,9 @@ dependencies {
|
||||
// https://mvnrepository.com/artifact/com.google.code.gson/gson
|
||||
api 'com.google.code.gson:gson:2.8.6'
|
||||
|
||||
// https://mvnrepository.com/artifact/commons-codec/commons-codec
|
||||
api 'commons-codec:commons-codec:1.15'
|
||||
|
||||
// Noise library for terrain generation
|
||||
// https://jitpack.io/#Articdive/Jnoise
|
||||
api 'com.github.Articdive:Jnoise:1.0.0'
|
||||
|
Loading…
Reference in New Issue
Block a user