So... here is the scenario.
Let's say I am trying to add library A
to build.gradle
file.
And I want to know if version of library A
is managed by plugin io.spring.dependency-management
.
How can I achieve that?
I am not giving specific library because the answer for specific library is not what I am looking for
thank you in advance!