Files
spring-boot-rest/gradle-6/widget-rest-client/build.gradle.kts
Johnathan Gilday 94be519f16 🚧 Gradle 6 - Platforms
2019-12-20 14:00:31 -05:00

8 lines
158 B
Plaintext

plugins {
`java-library`
}
dependencies {
api(platform(project(":httpclient-platform")))
implementation("org.apache.httpcomponents:httpclient")
}