по url определять группу, артефакт, версию

see #5
This commit is contained in:
2022-05-07 21:41:40 +03:00
parent b79ae4f76b
commit 420c62f885
6 changed files with 103 additions and 3 deletions

View File

@@ -28,9 +28,12 @@ subprojects {
annotationProcessor("org.projectlombok:lombok:${lombokVersion}")
compileOnly("org.projectlombok:lombok:${lombokVersion}")
implementation("org.slf4j:slf4j-api:${slf4jVersion}")
testAnnotationProcessor("org.projectlombok:lombok:${lombokVersion}")
testCompileOnly("org.projectlombok:lombok:${lombokVersion}")
testImplementation("org.junit.jupiter:junit-jupiter-api:${junitJupiterVersion}")
testImplementation("org.junit.jupiter:junit-jupiter-params:${junitJupiterVersion}")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:${junitJupiterVersion}")
testImplementation("org.mockito:mockito-core:${mockitoCoreVersion}")
}