{"id":21475459,"url":"https://github.com/flowarg/azuljavadownloader","last_synced_at":"2026-02-23T07:43:03.960Z","repository":{"id":159523835,"uuid":"634687201","full_name":"FlowArg/AzulJavaDownloader","owner":"FlowArg","description":"Simple tool to download Azul's Zulu Java","archived":false,"fork":false,"pushed_at":"2024-05-25T18:14:23.000Z","size":163,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-12T16:11:17.570Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FlowArg.png","metadata":{"files":{"readme":"README.MD","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-04-30T23:10:34.000Z","updated_at":"2024-05-25T18:05:55.000Z","dependencies_parsed_at":"2025-06-12T16:10:36.228Z","dependency_job_id":"1b642b17-4af1-40db-9621-ba6e8f50a7ec","html_url":"https://github.com/FlowArg/AzulJavaDownloader","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/FlowArg/AzulJavaDownloader","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FlowArg%2FAzulJavaDownloader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FlowArg%2FAzulJavaDownloader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FlowArg%2FAzulJavaDownloader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FlowArg%2FAzulJavaDownloader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FlowArg","download_url":"https://codeload.github.com/FlowArg/AzulJavaDownloader/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FlowArg%2FAzulJavaDownloader/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29739427,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-23T07:21:16.360Z","status":"ssl_error","status_checked_at":"2026-02-23T07:21:16.007Z","response_time":90,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-23T10:42:58.664Z","updated_at":"2026-02-23T07:43:03.919Z","avatar_url":"https://github.com/FlowArg.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AzulJavaDownloader\n\nThis library is used to download the Azul Java binaries from the Azul CDN.\n\n#### Example :\n\n```java\nimport fr.flowarg.azuljavadownloader.*;\n\nclass Test\n{\n    public static void test()\n    {\n        final AzulJavaDownloader downloader = new AzulJavaDownloader(System.out::println);\n        final Path javas = Paths.get(\"javas\"); // The directory where the Java versions will be downloaded.\n        final AzulJavaBuildInfo buildInfoWindows = downloader.getBuildInfo(new RequestedJavaInfo(\"17\", AzulJavaType.JDK, AzulJavaOS.WINDOWS, AzulJavaArch.X64).setJavaFxBundled(true)); // jdk 17 with javafx for windows 64 bits\n        final Path javaHomeWindows = downloader.downloadAndInstall(buildInfoWindows, javas);\n        System.out.println(javaHomeWindows.toAbsolutePath());\n\n        final AzulJavaBuildInfo buildInfoLinux = downloader.getBuildInfo(new RequestedJavaInfo(\"17\", AzulJavaType.JDK, AzulJavaOS.LINUX, AzulJavaArch.X64).setJavaFxBundled(true)); // jdk 17 with javafx for linux 64 bits\n        final Path javaHomeLinux = downloader.downloadAndInstall(buildInfoLinux, javas);\n        System.out.println(javaHomeLinux.toAbsolutePath());\n    }\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflowarg%2Fazuljavadownloader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflowarg%2Fazuljavadownloader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflowarg%2Fazuljavadownloader/lists"}