Initial Commit

This commit is contained in:
CodingPhoenix
2026-05-08 11:04:40 +02:00
commit 392658d54e
25 changed files with 1055 additions and 0 deletions
+18
View File
@@ -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'
}