{"id":18660151,"url":"https://github.com/magiclu550/plugin4j","last_synced_at":"2025-11-06T02:30:30.572Z","repository":{"id":102906285,"uuid":"207135519","full_name":"MagicLu550/plugin4j","owner":"MagicLu550","description":"The Plugin loading framework","archived":false,"fork":false,"pushed_at":"2019-09-12T15:15:02.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-27T15:42:57.370Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/MagicLu550.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-09-08T15:49:28.000Z","updated_at":"2019-09-12T15:15:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"80bcda7d-1970-4225-9f0c-eb6dc46727e7","html_url":"https://github.com/MagicLu550/plugin4j","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/MagicLu550%2Fplugin4j","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MagicLu550%2Fplugin4j/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MagicLu550%2Fplugin4j/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MagicLu550%2Fplugin4j/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MagicLu550","download_url":"https://codeload.github.com/MagicLu550/plugin4j/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239478671,"owners_count":19645571,"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":[],"created_at":"2024-11-07T07:42:28.715Z","updated_at":"2025-11-06T02:30:30.087Z","avatar_url":"https://github.com/MagicLu550.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# plugin4j\n##### Plugin4j提供了简便快捷的插件加载方案\n\n```java\npublic class Test{\n    public void test(){\n        PluginConfig config = new PluginConfig();\n        config.setBase(Plugin.class);\n        config.setFile(\"./plugins\");\n        IPluginClassLoader loader = new PluginClassLoader();\n        loader.setConfig(config);\n        List\u003cPluginData\u003e datas = loader.loadPlugins();\n    }\n}\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmagiclu550%2Fplugin4j","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmagiclu550%2Fplugin4j","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmagiclu550%2Fplugin4j/lists"}