{"id":15953545,"url":"https://github.com/wayneseymour/lrn-java-modules","last_synced_at":"2025-04-04T07:11:02.456Z","repository":{"id":71696477,"uuid":"166570569","full_name":"wayneseymour/lrn-java-modules","owner":"wayneseymour","description":"Java 9 Modules Intro (cli, not ide based per se)","archived":false,"fork":false,"pushed_at":"2019-01-19T17:08:33.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-09T18:16:36.058Z","etag":null,"topics":["java","java-9","java-9-modules"],"latest_commit_sha":null,"homepage":null,"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/wayneseymour.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-01-19T16:54:14.000Z","updated_at":"2019-01-19T17:09:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"c6558fcb-80f6-49c3-9608-8364b867da1e","html_url":"https://github.com/wayneseymour/lrn-java-modules","commit_stats":{"total_commits":4,"total_committers":1,"mean_commits":4.0,"dds":0.0,"last_synced_commit":"883b846c902a5963363ddfb804e990c16c49cc3a"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wayneseymour%2Flrn-java-modules","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wayneseymour%2Flrn-java-modules/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wayneseymour%2Flrn-java-modules/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wayneseymour%2Flrn-java-modules/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wayneseymour","download_url":"https://codeload.github.com/wayneseymour/lrn-java-modules/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247135147,"owners_count":20889421,"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":["java","java-9","java-9-modules"],"created_at":"2024-10-07T13:12:37.526Z","updated_at":"2025-04-04T07:11:02.432Z","avatar_url":"https://github.com/wayneseymour.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Java 9 Modules Intro\n\n## Intial dir structure:\n```\n λ ls -R\nsrc    target\n\n./src:\nresearch.wayne.jpmshello\n\n./src/research.wayne.jpmshello:\nmodule-info.java research\n\n./src/research.wayne.jpmshello/research:\nwayne\n\n./src/research.wayne.jpmshello/research/wayne:\njpmshello\n\n./src/research.wayne.jpmshello/research/wayne/jpmshello:\nHelloModules.java\n\n./target:\n```\n\n## Compile\n```\nλ javac -d mods/research.wayne.jpmshello src/research.wayne.jpmshello/module-info.java src/research.wayne.jpmshello/research/wayne/jpmshello/HelloModules.java\n```\n\n### Compile Result\n```\nλ ls -R mods\nresearch.wayne.jpmshello\n\nmods/research.wayne.jpmshello:\ncom\n\nmods/research.wayne.jpmshello/com:\nmydeveloperplanet\n\nmods/research.wayne.jpmshello/com/mydeveloperplanet:\njpmshello\n\nmods/research.wayne.jpmshello/com/mydeveloperplanet/jpmshello:\n```\n\n## Execution\n```\njava --module-path mods --module research.wayne.jpmshello/research.wayne.jpmshello.HelloModules\n```\n\n### Execution Result\n```\nHello Modules!\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwayneseymour%2Flrn-java-modules","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwayneseymour%2Flrn-java-modules","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwayneseymour%2Flrn-java-modules/lists"}