Pattern to find interesting dependencies, ....
You can use this pattern to select which dependencies are interesting to you
E.g.: "org.springframework.*:*"
You can use wilcards or leave a part empty to match all groups (e.g: ":my-artifact", "*.base:parent", ...).
The pattern is checked against groupId:artifactId.