Working with dependencies in Java¶
When working with Java, you can create additional artifacts that contain the full dependency structure of the project.
Apache Maven:¶
Creating a maven-dependency-tree.txt
file¶
Gradle:¶
Creating a gradle-dependency-tree.txt
file¶
After generating artifacts, you need to use the console agent command scan file on the resulting artifact, for example: