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

6 lines
211 B
Plaintext
Raw Normal View History

2021-02-19 20:11:08 +00:00
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")
}