How do I add a jar dependency in rosjava?
I have a node written in ROSJava that depends on third party jar files. How do I add these jar files so they can be found when I execute "gradlew installApp"?
I notice that by default numerous jar files are located in ~/.m2/repository/ros/rosjava_core/ and ~/.gradle/caches/artifacts-8/filestore/. How do I add more jar files to either of these?