java-tutorials/gradle-6/widget-rest-client/build.gradle.kts

8 lines
158 B
Plaintext
Raw Normal View History

2019-12-17 21:18:54 -05:00
plugins {
`java-library`
}
dependencies {
api(platform(project(":httpclient-platform")))
implementation("org.apache.httpcomponents:httpclient")
}