Get dependency artifact group name from ResolvedArtifact

Is there some reason why ResolvedArtifact does not have an API to get the group name? It would be a lot easier than having to call down into the moduleversion.id.

Probably because an artifact doesn’t have a group (only its module does).