in src/main/java/org/apache/sling/tooling/lc/LaunchpadComparer.java [121:125]
private static void outputFormatted(Artifact a) {
System.out.format(" %-30s : %-55s : %s%n", a.getGroupId(), a.getArtifactId(), a.getVersion());
}