I'm working on a project that (until now) did not use dependency-manager (now Gradle)
I try to resolve the dependencies and add them to the build.gradle
. Now I found a class, where I can't find the corresponding package
org.apache.tools.tar.TarEntry
Now, given the information from above, how can I find a packe that contains that class?