2025-04-22 12:35:04 +03:00
|
|
|
plugins {
|
|
|
|
|
id 'java'
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
group = 'com.github.hdvtdev'
|
|
|
|
|
version = '1.0.0'
|
|
|
|
|
|
2025-04-24 20:59:49 +03:00
|
|
|
|
2025-04-22 12:35:04 +03:00
|
|
|
repositories {
|
|
|
|
|
mavenCentral()
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
|
implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.3'
|
|
|
|
|
}
|
|
|
|
|
|