I'm using a relatively new Gradle Dependency Management Plugin ( https://github.com/spring-gradle-plugins/dependency-management-plugin)
I'm trying to resolve a bug with it. Is there are way I could pass in a subproject's name and lookup what the resolved project's group and name is? For example if I have a subproject named ':model' what is the best way to find that it maps to 'com.example:model'? Thanks, Clint