8 lines
170 B
Kotlin
8 lines
170 B
Kotlin
description = "SRSoftware OIDC: web module"
|
|
|
|
dependencies{
|
|
implementation("de.srsoftware:tools.http:1.5.4")
|
|
implementation(project(":de.srsoftware.oidc.api"))
|
|
}
|
|
|