{"id":18669968,"url":"https://github.com/blahah/java-download","last_synced_at":"2025-04-12T00:31:07.905Z","repository":{"id":57279505,"uuid":"58326370","full_name":"blahah/java-download","owner":"blahah","description":"Node module to download a particular Java package (JVM / JDK) from Oracle","archived":false,"fork":false,"pushed_at":"2018-08-09T08:16:16.000Z","size":1703,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-25T20:14:27.520Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/blahah.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-05-08T18:53:03.000Z","updated_at":"2019-07-11T18:13:21.000Z","dependencies_parsed_at":"2022-09-18T10:32:08.501Z","dependency_job_id":null,"html_url":"https://github.com/blahah/java-download","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blahah%2Fjava-download","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blahah%2Fjava-download/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blahah%2Fjava-download/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blahah%2Fjava-download/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blahah","download_url":"https://codeload.github.com/blahah/java-download/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247980808,"owners_count":21027803,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-07T08:49:21.470Z","updated_at":"2025-04-12T00:31:06.796Z","avatar_url":"https://github.com/blahah.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# java-download\n\ndownloads a Java JVM release package from Oracle\n\njust [electron-download](https://github.com/electron-userland/electron-download) by modified to get java.\n\nThis is mostly a mashup of [electron-download](https://github.com/electron-userland/electron-download) and [Java-JRE-JDK-Downloader](https://github.com/inetquestion/Java-JRE-JDK-Downloader)\n\n### usage\n\n```plain\n$ npm install --global java-download\n$ java-download --version=8 --type=jre\n$ javadl --version=8 --type=jre --platform=linux\n```\n\n```js\nvar download = require('java-download')\n\ndownload({\n  version: 8,\n  arch: 'x64',\n  platform: 'windows',\n  cache: './zips' // defaults to \u003cuser home directory\u003e/.java\n}, function (err, path) {\n  // path will be the path of the file that it downloaded.\n  // if the file was already cached it will skip\n  // downloading and call the cb with the cached file path\n  // if it wasn't cached it will download the file and save\n  // it in the cache path\n})\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblahah%2Fjava-download","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblahah%2Fjava-download","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblahah%2Fjava-download/lists"}