How to declare plugin version as part of version catalog, so its dynamically loaded across projects. In the following case I want to load 4.10.0 from the version catalog
plugins {
id 'checkstyle'
id 'pmd'
id 'io.sentry.jvm.gradle' version '4.10.0'
...
}