feat: получение записей домена
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user