Initial Commit
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
plugins {
|
||||
id 'java'
|
||||
}
|
||||
|
||||
group = 'dev.coph'
|
||||
version = '1.0-SNAPSHOT'
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
||||
|
||||
implementation 'io.netty:netty-all:4.2.6.Final'
|
||||
implementation 'tools.jackson.core:jackson-databind:3.1.3'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user