{"id":15068892,"url":"https://github.com/jachou-yt/javaversionmanager","last_synced_at":"2025-03-16T08:41:39.444Z","repository":{"id":164921800,"uuid":"630712461","full_name":"Jachou-yt/JavaVersionManager","owner":"Jachou-yt","description":"With JavaVersionManager, download java version easlier","archived":false,"fork":false,"pushed_at":"2023-06-13T13:42:06.000Z","size":80290,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-16T08:41:35.445Z","etag":null,"topics":["api","java","java11","java8","javaversionmanager","libs","manager","python"],"latest_commit_sha":null,"homepage":"https://jvm.chiss.fr","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Jachou-yt.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}},"created_at":"2023-04-21T01:40:07.000Z","updated_at":"2024-02-14T15:16:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"aeb79abf-b05f-4156-8dfc-18143e496dfa","html_url":"https://github.com/Jachou-yt/JavaVersionManager","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jachou-yt%2FJavaVersionManager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jachou-yt%2FJavaVersionManager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jachou-yt%2FJavaVersionManager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jachou-yt%2FJavaVersionManager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Jachou-yt","download_url":"https://codeload.github.com/Jachou-yt/JavaVersionManager/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243846983,"owners_count":20357297,"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":["api","java","java11","java8","javaversionmanager","libs","manager","python"],"created_at":"2024-09-25T01:39:38.319Z","updated_at":"2025-03-16T08:41:39.439Z","avatar_url":"https://github.com/Jachou-yt.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"https://img.shields.io/github/repo-size/Jachou-yt/JavaVersionManager\" alt=\"\"\u003e \u003cimg src=\"https://img.shields.io/github/downloads/Jachou-yt/JavaVersionManager/total\" alt=\"Downloads\"\u003e \u003cimg src=\"https://img.shields.io/github/issues/Jachou-yt/JavaVersionManager\" alt=\"\"\u003e \u003cimg src=\"https://img.shields.io/github/sponsors/Jachou-yt\" alt=\"\"\u003e \u003cimg src=\"https://img.shields.io/github/license/Jachou-yt/JavaVersionManager\" alt=\"\"\u003e \u003cimg src=\"https://img.shields.io/github/v/release/Jachou-yt/JavaVersionManager\" alt=\"\"\u003e \u003cimg src=\"https://img.shields.io/github/last-commit/Jachou-yt/JavaVersionManager\" alt=\"\"\u003e\u003cimg src=\"https://img.shields.io/github/contributors/Jachou-yt/JavaVersionManager\" alt=\"\"\u003e \u003cimg src=\"https://img.shields.io/github/languages/code-size/Jachou-yt/JavaVersionManager\" alt=\"\"\u003e \u003cimg src=\"https://img.shields.io/github/languages/top/Jachou-yt/JavaVersionManager\" alt=\"\"\u003e\n\n# JavaVersionManager\nJavaVersionManager is a Java library that allows you to download Java version and manage it. It is available in API and executable version.\n\u003cbr\u003e\n*Warning: This library is still in development, so it is not yet stable.*\n\n# JavaDoc\nYou can see javadoc [here](https://jvm.chiss.fr/) !\n\n# How to use it\n## Executable Version\n1. Download the latest release from [here](https://github.com/Jachou-yt/JavaVersionManager/releases/)\n2. Open the file\n3. Follow the instructions\n4. Enjoy!\n## API Version\n### Download manually\n1. Download the latest release from [here](https://github.com/Jachou-yt/JavaVersionManager/releases/)\n2. Add the file to your project\n3. Read the documentation\n4. Enjoy!\n### Maven/Gradle method\n```xml\n\u003cdependency\u003e\n  \u003cgroupId\u003efr.jachou\u003c/groupId\u003e\n  \u003cartifactId\u003ejavaversionmanager\u003c/artifactId\u003e\n  \u003cversion\u003eVERSION\u003c/version\u003e\n\u003c/dependency\u003e\n```\nSee more infomartions [here](https://github.com/Jachou-yt/JavaVersionManager/packages)\n\n# Example\n\n## Download Method\nIn this example we will download the __Java 8__ version in the folder *\"C:\\\\Program Files\\\\Java\\\\jdk1.8.0_271\"*.\u003cbr\u003e\nAfter that we will unzip the file.\n```java\nJavaVersionManager jvm = new JavaVersionManager();\njvm.downloadVersion(JavaVersionList.JAVA_8, \"C:\\\\Program Files\\\\Java\\\\jdk1.8.0_271\");\njvm.unzipJavaVersion() \n```\n\n## Unzip Method\nIn this exemple we will unzip the __Java 16__ version in the folder *\"path\"*.\n```java\nJavaVersionManager jvm = new JavaVersionManager();\njvm.unzipJavaVersion(path, JavaVersionList.JAVA_16); \n```\n\n\n# Documentation\nYou can find the documentation [here](https://)\n\n# License\nThis project is under the [MIT](https://github.com/Jachou-yt/JavaVersionManager/blob/master/LICENSE)\n\n# Contributors\nOwner : [__@Jachou-yt__](https://github.com/Jachou-yt)\u003cbr\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjachou-yt%2Fjavaversionmanager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjachou-yt%2Fjavaversionmanager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjachou-yt%2Fjavaversionmanager/lists"}