Due to this question
I want to use class StringEscapeUntils in package org.apache.commons.lang3.
But when I try to import Apache lib by add line compile 'org.apache.commons:commons-collections4:4.0' to build.grade file then can not import the class above.
Is there any one can help me how to import above one to my project via gradle (not by download .jar and put them into project folder).