static String getLibraryVersion(String libraryName) { return registeredLibraries[libraryName] ?? 'Library not found'; }