ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
If your jar files are in the lib/
folder, you can add these lines to your build.gradle
:
dependencies {
compile fileTree(dir: 'lib', include: '**/*.jar')
}