You could go through your 33 libraries and store the result of what you're looking for in a database. And then instead of asking your libraries, ask your database, it will be faster and give you directly the right door to knock on...( I mean you can then point directly to the good library and the good class to get more information or instanciate some object,...)
My comment is not that clear so I update my answer.
Before launching a new version , you fill out the database with the new values of your project with a key refering to your version of course. Doing so, when launching the new application, you will not have to wait 10 minutes to get your stuff, because you will have already used 10 minutes before , hidden, to fill the database. If your application restarts but with no changes in your libraries, the information will still be here too, because the version will be the same.
I wish you good luck anyway for your project...