So there\'s a folder /usr/share/stuff in the root directory
/usr/share/stuff
in stuff there are a bunch of java files with package org.name definitions at t
package org.name
You should add the following lines in your gradle build file (build.gradle)
dependencies { compile files('/usr/share/stuff') .. }