Gradle dependency tree, what does the (*) mean?

(*) - dependencies omitted (listed previously)

Should be displayed under your dependency tree.

The dependencies of the marked dependency are omitted for readability because they were already listed higher up in the dependency graph output.

Also,

(c) - dependency constraint
(n) - Not resolved

Leave a Comment