Johnathan Gilday 0c2d312186 🚧 Gradle 6 - Platforms
2019-12-20 14:00:31 -05:00

8 lines
157 B
Plaintext

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