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