I am trying to find out some dependencies added to a grails plugin that I am using in my grails project. Is there any equivalent of maven command mvn dependency:tree in Grails/Ivy
I am trying to find out some dependencies added to a grails plugin that
Share
How about
grails dependency-report(docs)