feat: получение записей домена

This commit is contained in:
2025-07-18 03:27:54 +03:00
parent 66d22f6f7c
commit 22b4846ef9
7 changed files with 281 additions and 3 deletions

View File

@@ -24,9 +24,13 @@ ext {
junitVersion = "5.9.2"
jacksonVersion = "2.15.3"
slf4jVersion = "2.0.16"
lombokVersion = "1.18.34"
}
dependencies {
annotationProcessor("org.projectlombok:lombok:$lombokVersion")
compileOnly("org.projectlombok:lombok:$lombokVersion")
implementation("org.apache.httpcomponents.client5:httpclient5:5.5")
implementation("org.apache.commons:commons-lang3:3.18.0")
implementation("com.fasterxml.jackson.core:jackson-databind:$jacksonVersion")