{"id":17015213,"url":"https://github.com/lclpyt/plugins4j","last_synced_at":"2026-05-05T06:33:36.971Z","repository":{"id":65766512,"uuid":"598263483","full_name":"LCLPYT/plugins4j","owner":"LCLPYT","description":"Lightweight plugin loading and unloading at runtime.","archived":false,"fork":false,"pushed_at":"2023-07-16T20:27:06.000Z","size":175,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-27T14:46:44.725Z","etag":null,"topics":["classloader","java","plugins"],"latest_commit_sha":null,"homepage":"","language":"Java","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/LCLPYT.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":"2023-02-06T18:41:34.000Z","updated_at":"2023-02-08T20:26:19.000Z","dependencies_parsed_at":"2024-11-29T02:14:31.392Z","dependency_job_id":"3918a4d1-3752-4f38-bbfc-238f74b2cc6b","html_url":"https://github.com/LCLPYT/plugins4j","commit_stats":null,"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LCLPYT%2Fplugins4j","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LCLPYT%2Fplugins4j/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LCLPYT%2Fplugins4j/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LCLPYT%2Fplugins4j/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LCLPYT","download_url":"https://codeload.github.com/LCLPYT/plugins4j/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244973701,"owners_count":20541022,"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":["classloader","java","plugins"],"created_at":"2024-10-14T06:27:55.245Z","updated_at":"2026-05-05T06:33:31.953Z","avatar_url":"https://github.com/LCLPYT.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# plugins4j\nLightweight plugin loading and unloading at runtime.\n\n## Installation\nYou can install plugins4j via Gradle.\n\nTo use plugins4j in your project, modify your `project.gradle`:\n```groovy\nrepositories {\n    mavenCentral()\n    \n    maven {\n        url \"https://repo.lclpnet.work/repository/internal\"\n    }\n}\n\ndependencies {\n    implementation 'work.lclpnet:plugins4j:0.5.0'  // replace with your version\n}\n```\nAll available versions can be found [here](https://repo.lclpnet.work/#artifact/work.lclpnet/plugins4j).\n\n## Example application\nAn example CLI program using `plugins4j` can be found [here](https://github.com/LCLPYT/plugins4j/blob/main/src/example/java/work/lclpnet/example/Main.java).\n\n### Run the example app yourself\nFirst, clone the repository.\nThen, make sure you have Java 17 installed. \nIf not, [install it](https://adoptium.net/temurin/releases/).\n\nBuild and run the application:\n\n```bash\ncd plugins4j/           # project directory\n./gradlew deploy        # make sure gradle uses java 17\n\ncd run/\njava -jar example.jar   # make sure to use java 17\n```\n\nType `help` to display all available commands.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flclpyt%2Fplugins4j","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flclpyt%2Fplugins4j","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flclpyt%2Fplugins4j/lists"}