{"id":22442124,"url":"https://github.com/colinbut/java-modules-illustration","last_synced_at":"2025-03-27T10:16:42.591Z","repository":{"id":69158244,"uuid":"156452261","full_name":"colinbut/java-modules-illustration","owner":"colinbut","description":"Java 9 Modules ","archived":false,"fork":false,"pushed_at":"2018-11-27T22:40:55.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-01T14:46:14.209Z","etag":null,"topics":["java","java-module","java-modules","java9","java9-jigsaw","jigsaw"],"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/colinbut.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":"2018-11-06T21:46:37.000Z","updated_at":"2018-11-27T22:40:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"b75077a3-35d0-4849-9c69-6b1af52b2040","html_url":"https://github.com/colinbut/java-modules-illustration","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colinbut%2Fjava-modules-illustration","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colinbut%2Fjava-modules-illustration/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colinbut%2Fjava-modules-illustration/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colinbut%2Fjava-modules-illustration/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/colinbut","download_url":"https://codeload.github.com/colinbut/java-modules-illustration/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245823318,"owners_count":20678173,"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-module","java-modules","java9","java9-jigsaw","jigsaw"],"created_at":"2024-12-06T02:18:12.136Z","updated_at":"2025-03-27T10:16:42.586Z","avatar_url":"https://github.com/colinbut.png","language":"Java","readme":"# Java Modules Illustration\n\nThis project demonstrates Java Modules introduced since Java 9. Java Modules is a result of the now widely known Jigsaw project.\nBorn the Java Platform Modules System.\n\n## Listing Modules\n\n```bash\njava --list-modules\n```\n\n```bash\njava --describe-module\n```\n\n### Compilation\n\n```bash\njavac -d mods/com.mycompany.java9modulesillustration src/main/java/com.mycompany.java9modulesillustration/module-info.java src/main/java/com.mycompany.java9modulesillustration/com/mycompany/java9modulesillustration/HelloModules.java\n```\n\n### Execution\n\n```bash\njava --module-path mods --module com.mycompany.java9modulesillustration/com.mycompany.java9modulesillustration.HelloModules\n```\n\n### Creating a Jar\n\n```bash\njar --create --file target/hello-modules.jar --main-class com.mycompany.java9modulesillustration.HelloModules -C mods/com.mycompany.java9modulesillustration .\n```\n\n__Running the jar__\n```bash\njava --module-path target/hello-modules.jar --module com.mycompany.java9modulesillustration/com.mycompany.java9modulesillustration.HelloModules\n```\n\n```bash\njava --module-path target/HelloModules.jar --describe-module com.mycompany.java9modulesillustration\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcolinbut%2Fjava-modules-illustration","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcolinbut%2Fjava-modules-illustration","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcolinbut%2Fjava-modules-illustration/lists"}