{"id":56511,"library":"spring-plugin-core","title":"Spring Plugin Core","description":"Core plugin infrastructure for Spring, providing a generic plugin framework to extend application behavior.","status":"active","version":"4.0.0","language":"java","source_language":null,"source_url":"https://github.com/spring-projects/spring-plugin","tags":["spring","plugin","framework","extension"],"install":[{"cmd":"<dependency>\n  <groupId>org.springframework.plugin</groupId>\n  <artifactId>spring-plugin-core</artifactId>\n  <version>4.0.0</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'org.springframework.plugin:spring-plugin-core:4.0.0'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"Plugin","correct":"org.springframework.plugin.core.Plugin"}],"quickstart":{"code":"import org.springframework.plugin.core.Plugin;\n\npublic class MyPlugin implements Plugin<String> {\n    @Override\n    public boolean supports(String delimiter) {\n        return delimiter.equals(\",\");\n    }\n\n    @Override\n    public String execute(String input) {\n        return String.join(\"-\", input.split(\",\"));\n    }\n}","lang":"java","description":"Implements a simple Plugin that splits a comma-separated string and joins with hyphens."},"warnings":[],"env_vars":null,"search_vec":"'applic':16 'behavior':17 'core':3,4 'extend':15 'extens':21 'framework':13,20 'generic':11 'infrastructur':6 'plugin':2,5,12,19 'provid':9 'spring':1,8,18","created_at":"2026-06-15T10:39:29.406075+00:00","updated_at":"2026-06-15T10:39:29.406075+00:00","problems":[],"ecosystem":"maven","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/spring-projects/spring-plugin/spring-plugin-core","github":"https://github.com/spring-projects/spring-plugin","docs":"https://appdoc.app/artifact/org.springframework.plugin/spring-plugin-core/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["dependency-injection"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}