I am depending on apache commons lang jar. In Compile i added the following, now compilation succeeds but during runtime, I get classNoFound exception
compile(
'org.apache.commons:commons-lang3:3.1.0',
)
If i don't specify the above, even compilation fails. Now only runtime I get the error. Please help.
As I understand, If you specify for compile, it is visible for runtime as well. Please help.