2020-06-18 16:06:07 -04:00
|
|
|
|
|
|
|
description = "Gradle Unused Dependencies example"
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
implementation('com.google.guava:guava:29.0-jre')
|
2020-06-19 09:50:21 -04:00
|
|
|
implementation('org.apache.httpcomponents:httpclient:4.5.12')
|
2020-06-18 16:06:07 -04:00
|
|
|
testImplementation('junit:junit:4.12')
|
|
|
|
}
|