1 2 3 4 5 6 7 8 9 10
// Copyright (c) 2025 Hamadi // Licensed under the MIT License //! Java distribution URL routing (Temurin, GraalVM, Zulu, Liberica). mod api_models; mod providers; mod dispatcher; pub(crate) use dispatcher::get_download_url;