Registry / dependency-injection / spring-plugin-core

spring-plugin-core

JSON →
library4.0.0javamavenunverified

Core plugin infrastructure for Spring, providing a generic plugin framework to extend application behavior.

<dependency> <groupId>org.springframework.plugin</groupId> <artifactId>spring-plugin-core</artifactId> <version>4.0.0</version> </dependency>
INSTALL
IMPORT
SIG · SPRING-PLUGIN-CORE
S
spring-plugin-core
dependency-injectionjavav4.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Plugin
org.springframework.plugin.core.Plugin

Implements a simple Plugin that splits a comma-separated string and joins with hyphens.

import org.springframework.plugin.core.Plugin; public class MyPlugin implements Plugin<String> { @Override public boolean supports(String delimiter) { return delimiter.equals(","); } @Override public String execute(String input) { return String.join("-", input.split(",")); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.0.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
29 hits · last 30 days
node
24
Resources
spring-plugin-core — mvn dependency:get spring-plugin-core · libregistry