Snippets tagged “filetree”
1 snippet uses this tag.
- How to add local .jar file dependency to build.gradle file?Java
To add a local JAR file dependency to a build.gradle file, you can use the compile fileTree() method and specify the directory where the JAR file is located.