{"id":21206506,"url":"https://github.com/fluentci-io/java-plugin","last_synced_at":"2026-05-10T10:25:51.202Z","repository":{"id":234975969,"uuid":"788847373","full_name":"fluentci-io/java-plugin","owner":"fluentci-io","description":"Set up your CI/CD Pipeline with a specific version of Java","archived":false,"fork":false,"pushed_at":"2024-07-25T18:31:15.000Z","size":19,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-21T15:35:33.506Z","etag":null,"topics":["continuous-delivery","continuous-integration","java","plugin","rust","wasm","webassembly"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/fluentci-io.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":"2024-04-19T07:47:49.000Z","updated_at":"2024-07-25T18:31:17.000Z","dependencies_parsed_at":"2024-04-21T23:26:30.506Z","dependency_job_id":"7f0dcf4e-6b43-4f09-af3c-b49a3cb4c516","html_url":"https://github.com/fluentci-io/java-plugin","commit_stats":null,"previous_names":["fluentci-io/java-plugin"],"tags_count":3,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentci-io%2Fjava-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentci-io%2Fjava-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentci-io%2Fjava-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentci-io%2Fjava-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fluentci-io","download_url":"https://codeload.github.com/fluentci-io/java-plugin/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243658276,"owners_count":20326467,"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":["continuous-delivery","continuous-integration","java","plugin","rust","wasm","webassembly"],"created_at":"2024-11-20T20:55:56.294Z","updated_at":"2026-05-10T10:25:51.142Z","avatar_url":"https://github.com/fluentci-io.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"# Java Plugin\n\n[![fluentci pipeline](https://shield.fluentci.io/x/java)](https://pkg.fluentci.io/java)\n[![ci](https://github.com/fluentci-io/java-plugin/actions/workflows/ci.yml/badge.svg)](https://github.com/fluentci-io/java-plugin/actions/workflows/ci.yml)\n\nThis plugin sets up your CI/CD pipeline with a specific version of Java.\n\n## 🚀 Usage\n\nAdd the following command to your CI configuration file:\n\n```bash\nfluentci run --wasm java setup zulu-17.46.19 # or any other version\n```\n\n## Functions\n\n| Name  | Description                          |\n| ----- | ------------------------------------ |\n| setup | Installs a specific version of Java. |\n\n## Code Usage\n\nAdd `fluentci-pdk` crate to your `Cargo.toml`:\n\n```toml\n[dependencies]\nfluentci-pdk = \"0.1.9\"\n```\n\nUse the following code to call the plugin:\n\n```rust\nuse fluentci_pdk::dag;\n\n// ...\n\ndag().call(\"https://pkg.fluentci.io/java@v0.1.2?wasm=1\", \"setup\", vec![\"zulu-17.46.19\"])?;\n```\n\n## 📚 Examples\n\nGithub Actions:\n\n```yaml\n- name: Setup Fluent CI CLI\n  uses: fluentci-io/setup-fluentci@v5\n  with:\n    wasm: true\n    plugin: java\n    args: |\n      setup zulu-17.46.19\n- name: Show Java version\n  run: |\n    export PATH=${HOME}/.local/share/mise/shims:${PATH}\n    type java\n    java -version\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluentci-io%2Fjava-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffluentci-io%2Fjava-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluentci-io%2Fjava-plugin/lists"}