{"id":19968229,"url":"https://github.com/sormuras/bach-application-template","last_synced_at":"2025-07-29T00:09:47.622Z","repository":{"id":66636339,"uuid":"224690696","full_name":"sormuras/bach-application-template","owner":"sormuras","description":"📋 Modular Java Application Template","archived":false,"fork":false,"pushed_at":"2021-04-24T15:48:11.000Z","size":282,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-01T17:48:14.706Z","etag":null,"topics":["bach","java","modules"],"latest_commit_sha":null,"homepage":"https://github.com/sormuras/bach","language":"Java","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/sormuras.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-11-28T16:20:13.000Z","updated_at":"2021-04-24T15:48:13.000Z","dependencies_parsed_at":"2023-03-03T11:00:57.776Z","dependency_job_id":null,"html_url":"https://github.com/sormuras/bach-application-template","commit_stats":null,"previous_names":[],"tags_count":2,"template":true,"template_full_name":null,"purl":"pkg:github/sormuras/bach-application-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sormuras%2Fbach-application-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sormuras%2Fbach-application-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sormuras%2Fbach-application-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sormuras%2Fbach-application-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sormuras","download_url":"https://codeload.github.com/sormuras/bach-application-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sormuras%2Fbach-application-template/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267606708,"owners_count":24114773,"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","status":"online","status_checked_at":"2025-07-28T02:00:09.689Z","response_time":68,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["bach","java","modules"],"created_at":"2024-11-13T02:44:54.746Z","updated_at":"2025-07-29T00:09:47.617Z","avatar_url":"https://github.com/sormuras.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📋 Modular Java Application Template\n\nA canonical setup for a modular Java application using [Bach] as its build tool.\n\n## Module `application`\n\nFind sources of module `application` in the [application](application) directory.\nThe `application` module consists of two source files: a module declaration and a main program.\nHere's their outline:\n\n- [`application/module-info.java`](application/module-info.java)\n  ```java\n  module application {\n    // ...\n  }\n  ```\n\n- [`application/application/Main.java`](application/application/Main.java)\n  ```java\n  package application;\n  class Main {\n    // ...\n  }\n  ```\n\nBy convention, the name of the directory matches the name of the module.\n\n## Configuration\n\nA specific version of Bach is initialized in directory: [.bach](.bach)\nThis ensures this project is always buildable via calling `.bach/bin/bach[.bat] build`.\n\nSample [workflows](.github/workflows) running on GitHub Actions can be found in directory: [.github](.github)\nAdopt them to your likings.\n\nAn exemplary configuration of IntelliJ's IDEA is provided in directory: [.idea](.idea)\nOpen this project with IDEA to build and run it on your machine.\n\n[Bach]: https://github.com/sormuras/bach\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsormuras%2Fbach-application-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsormuras%2Fbach-application-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsormuras%2Fbach-application-template/lists"}