Registry / other / spring-statemachine-core

spring-statemachine-core

JSON →
library4.0.1javamavenunverified

Spring Statemachine Core provides a framework for building state machine applications in Spring.

<dependency> <groupId>org.springframework.statemachine</groupId> <artifactId>spring-statemachine-core</artifactId> <version>4.0.1</version> </dependency>
INSTALL
IMPORT
SIG · SPRING-STATEMACHIN
S
spring-statemachine-core
otherjavav4.0.1
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.

StateMachine
org.springframework.statemachine.StateMachine

Build a simple state machine

import org.springframework.statemachine.StateMachine; import org.springframework.statemachine.config.StateMachineBuilder; public class Example { public static void main(String[] args) throws Exception { StateMachine<String, String> machine = StateMachineBuilder.<String, String>builder() .build(); System.out.println("State machine built"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.0.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources
spring-statemachine-core — mvn dependency:get spring-statemachine-core · libregistry