Created
February 12, 2025 21:39
-
-
Save itsnebulalol/d45c0efd0d7d431585d303806ad3b223 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"cacheTimeInMillis": 5000, | |
"runtimes": [ | |
{ | |
"version": "8.0.432", | |
"vendor": "Eclipse Temurin", | |
"os": "LINUX64", | |
"href": "https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u432-b06/OpenJDK8U-jdk_x64_linux_hotspot_8u432b06.tar.gz" | |
}, | |
{ | |
"version": "8.0.432", | |
"vendor": "Eclipse Temurin", | |
"os": "MAC64", | |
"href": "https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u432-b06/OpenJDK8U-jdk_x64_mac_hotspot_8u432b06.tar.gz" | |
}, | |
{ | |
"version": "8.0.432", | |
"vendor": "Eclipse Temurin", | |
"os": "WIN64", | |
"href": "https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u432-b06/OpenJDK8U-jdk_x64_windows_hotspot_8u432b06.zip" | |
}, | |
{ | |
"version": "8.0.432", | |
"vendor": "Eclipse Temurin", | |
"os": "WIN32", | |
"href": "https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u432-b06/OpenJDK8U-jdk_x86-32_windows_hotspot_8u432b06.zip" | |
}, | |
{ | |
"version": "8.0.432", | |
"vendor": "Zulu Community Edition", | |
"os": "MAC64", | |
"href": "https://cdn.azul.com/zulu/bin/zulu8.82.0.21-ca-fx-jdk8.0.432-macosx_x64.tar.gz" | |
}, | |
{ | |
"version": "8.0.432", | |
"vendor": "Zulu Community Edition", | |
"os": "LINUX64", | |
"href": "https://cdn.azul.com/zulu/bin/zulu8.82.0.21-ca-fx-jdk8.0.432-linux_x64.tar.gz" | |
}, | |
{ | |
"version": "8.0.432", | |
"vendor": "Zulu Community Edition", | |
"os": "LINUX32", | |
"href": "https://cdn.azul.com/zulu/bin/zulu8.82.0.21-ca-fx-jdk8.0.432-linux_i686.tar.gz" | |
}, | |
{ | |
"version": "8.0.432", | |
"vendor": "Zulu Community Edition", | |
"os": "WIN64", | |
"href": "https://cdn.azul.com/zulu/bin/zulu8.82.0.21-ca-fx-jdk8.0.432-win_x64.zip" | |
}, | |
{ | |
"version": "8.0.432", | |
"vendor": "Zulu Community Edition", | |
"os": "WIN32", | |
"href": "https://cdn.azul.com/zulu/bin/zulu8.82.0.21-ca-fx-jdk8.0.432-win_i686.zip" | |
}, | |
{ | |
"version": "8.0.432", | |
"vendor": "BellSoft Liberica", | |
"os": "MAC64", | |
"href": "https://download.bell-sw.com/java/8u432+7/bellsoft-jdk8u432+7-macos-amd64-full.tar.gz" | |
}, | |
{ | |
"version": "8.0.432", | |
"vendor": "BellSoft Liberica", | |
"os": "LINUX64", | |
"href": "https://download.bell-sw.com/java/8u432+7/bellsoft-jdk8u432+7-linux-amd64-full.tar.gz" | |
}, | |
{ | |
"version": "8.0.432", | |
"vendor": "BellSoft Liberica", | |
"os": "LINUX32", | |
"href": "https://download.bell-sw.com/java/8u432+7/bellsoft-jdk8u432+7-linux-i586-full.tar.gz" | |
}, | |
{ | |
"version": "8.0.432", | |
"vendor": "BellSoft Liberica", | |
"os": "WIN64", | |
"href": "https://download.bell-sw.com/java/8u432+7/bellsoft-jdk8u432+7-windows-amd64-full.zip" | |
}, | |
{ | |
"version": "8.0.432", | |
"vendor": "BellSoft Liberica", | |
"os": "WIN32", | |
"href": "https://download.bell-sw.com/java/8u432+7/bellsoft-jdk8u432+7-windows-i586-full.zip" | |
} | |
], | |
"runtimes_1.6": [] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment