if I wanted to fetch spring boots starters to find all of their dependencies and list them out... basically a way to recreate the entire potential dependency list, is there a good api someone knows about to do that? I could potentially use some maven artifacts (maven libraries) instead of gradle code to do this. Thinking about writing a plugin to export a version catalog artifact. note: I probably need to just start at
spring-boot-depenencies
but I think that still dives into other dependencies and BOMs