mirror of
https://github.com/tursom/TursomServer.git
synced 2025-02-02 07:40:54 +08:00
8 lines
303 B
Groovy
8 lines
303 B
Groovy
|
|
dependencies {
|
|
compile project(":")
|
|
// https://mvnrepository.com/artifact/redis.clients/jedis
|
|
compile group: 'redis.clients', name: 'jedis', version: '3.2.0'
|
|
//// 数据库与序列化部分可选
|
|
//api group: 'org.jetbrains.kotlin', name: 'kotlin-reflect', version: kotlinVersion
|
|
} |