android-calculatorpp/translations/build.gradle

12 lines
393 B
Groovy
Raw Normal View History

2016-02-12 08:24:37 -05:00
apply plugin: 'java'
2016-06-12 15:57:27 -04:00
apply plugin: 'application'
mainClassName = 'org.solovyev.android.translations.Android'
2016-02-12 08:24:37 -05:00
dependencies {
2018-04-29 13:04:13 -04:00
implementation 'commons-cli:commons-cli:1.3'
implementation 'org.apache.httpcomponents:httpclient:4.5.1'
implementation 'org.json:json:20151123'
implementation 'org.simpleframework:simple-xml:2.7.1'
implementation 'commons-cli:commons-cli:1.3.1'
2016-02-12 08:24:37 -05:00
}