Is it possible to associate some additional data with each dependency in a configuration? I have a need to download several jars for my project and put each one (possibly including its dependencies) into a certain folder which is different for each dependency. I would like to specify this folder for each dependency and then later access it from my plugin.
I have been solving this with multiple configurations so far, one per each destination folder, but if it could be solved with only one, it could perhaps be simpler.