IBundleGroupProvider[] providers = Platform.getBundleGroupProviders();
if (providers != null) {
for (IBundleGroupProvider provider : providers) {
IBundleGroup[] bundleGroups = provider.getBundleGroups();
for (IBundleGroup group : bundleGroups) {
if (group.getIdentifier().equals(featureId)) {
version = group.getVersion();
}
}
}
}
}
Got tired of opening the browser for hex.pm, so I built a TUI
-
submitted by /u/lupodevelop
[link] [comments]
3 days ago


No comments:
Post a Comment