This message was deleted.
# dependency-management
s
This message was deleted.
s
I thought about it more and realized this information is only available after pulling down the metadata from the maven repository. That is because the coordinates are used to look up the metadata pom file, which then contains the artifact type jar,aar,etc. There's probably some task that already does this but I could see why it's not readily available by the APIs based on what I've mentioned. Does that sound right?