Is it necessary to import the dependencies of a jar that is a dependency of my project?

0

When trying to use a jar (my own) in my project, gradle is causing me an error by not finding a dependency that uses the jar, should I import this dependency that is missing in my project? Why does this behavior happen? What is the good practice in these cases?

    
asked by Luis Sebastian 31.07.2018 в 20:59
source

0 answers