localContainer.add(new ArtifactVersionTagPanel("latestVersion", Model.of(artifactLastVersionModel.getLastVersion())));
String latestVersion = (artifact.getLatestVersion() != null ? artifact.getLatestVersion().getVersion() : "");
localContainer.add(new ExternalLink("versionLink", mavenCentralSearchUrlService.getVersionUrl(artifact.getGroup().getGroupId(),
artifact.getArtifactId(), latestVersion)));
localContainer.add(new DateLabelWithPlaceholder("lastUpdateDate",
Model.of(artifactLastVersionModel.getLastVersionUpdateDate()), DatePattern.SHORT_DATE));
item.add(localContainer);
// Followers count column
Label followersCount = new CountLabel("followersCount", "artifact.follow.dataView.followers",