private static String getId(ClassRealmConstituent constituent) {
   return getId(
       constituent.getGroupId(),
       constituent.getArtifactId(),
       constituent.getType(),
       constituent.getClassifier(),
       constituent.getVersion());
 }