We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34ea0c5 commit 1a82470Copy full SHA for 1a82470
build.gradle
@@ -6,7 +6,9 @@ apply plugin: 'com.jfrog.bintray'
6
7
dependencies {
8
testCompile 'junit:junit:4.12'
9
+ testCompile 'org.apache.commons:commons-lang3:3.9'
10
testCompile 'org.apache.commons:commons-collections4:4.1'
11
+ testCompile 'commons-codec:commons-codec:1.13'
12
}
13
14
version='1.1.1'
0 commit comments