mirror of
https://github.com/Dannecron/spring-boot-demo.git
synced 2025-12-25 16:22:35 +03:00
8 lines
244 B
Plaintext
8 lines
244 B
Plaintext
dependencies {
|
|
implementation(rootProject.libs.springFramework.context)
|
|
implementation(rootProject.libs.ktor.client.cio)
|
|
implementation(rootProject.libs.ktor.client.core)
|
|
|
|
testImplementation(rootProject.libs.ktor.client.mock)
|
|
}
|