0

我依赖于apache commons lang jar。在编译中我添加了以下内容,现在编译成功但是在运行时,我得到了 classNoFound 异常

compile(
'org.apache.commons:commons-lang3:3.1.0',
)

如果我不指定上述内容,即使编译也会失败。现在只有运行时我得到错误。请帮忙。

据我了解,如果您指定编译,它对运行时也是可见的。请帮忙。

4

0 回答 0