This repository has been archived on 2023-10-27. You can view files and clone it, but cannot push or open issues or pull requests.
McGamerZone/core/build.gradle.kts
2021-02-19 15:11:08 -05:00

6 lines
211 B
Plaintext

dependencies {
api(project(":serverdata"))
implementation("com.zaxxer:HikariCP:3.4.5")
compileOnly("com.destroystokyo:paperspigot:1.12.2")
implementation("com.github.cryptomorin:XSeries:7.8.0")
}