2022-07-09 20:10:23 +05:30

8 lines
157 B
Plaintext

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