Is there a way for me to get the details of a specific plugin via an API call or some other way
Eg
given a plugin name say uk.gov.hmcts.java, i want to get details such as
- repository of the plugin, for eg GitHub - hmcts/rse-gradle-java-plugin: Applies HMCTS Java static analysis tools
- The owner of the plugin , eg HMCTS Reform Programme
- The latest and other versions of the plugin
- And a short description of what the plugin does.