| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesRedis Data Databases | 
        
| GroupId | GroupIdorg.springframework.statemachine | 
    
| ArtifactId | ArtifactIdspring-statemachine-redis | 
    
| Version | Version1.2.14.RELEASE | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionSpring State Machine Redis 
            Spring State Machine Redis 
         | 
    
| Project URL | 
                    Project URL | 
            
| Project Organization | 
                    Project Organization | 
            
| Source Code Management | 
                    Source Code Management | 
            
<!-- https://jarcasting.com/artifacts/org.springframework.statemachine/spring-statemachine-redis/ -->
<dependency>
    <groupId>org.springframework.statemachine</groupId>
    <artifactId>spring-statemachine-redis</artifactId>
    <version>1.2.14.RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/org.springframework.statemachine/spring-statemachine-redis/
implementation 'org.springframework.statemachine:spring-statemachine-redis:1.2.14.RELEASE'
                // https://jarcasting.com/artifacts/org.springframework.statemachine/spring-statemachine-redis/
implementation ("org.springframework.statemachine:spring-statemachine-redis:1.2.14.RELEASE")
                'org.springframework.statemachine:spring-statemachine-redis:jar:1.2.14.RELEASE'
                <dependency org="org.springframework.statemachine" name="spring-statemachine-redis" rev="1.2.14.RELEASE">
  <artifact name="spring-statemachine-redis" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.springframework.statemachine', module='spring-statemachine-redis', version='1.2.14.RELEASE')
)
                libraryDependencies += "org.springframework.statemachine" % "spring-statemachine-redis" % "1.2.14.RELEASE"
                [org.springframework.statemachine/spring-statemachine-redis "1.2.14.RELEASE"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.statemachine : spring-statemachine-kryo | jar | 1.2.14.RELEASE | 
| redis.clients : jedis | jar | 2.7.3 | 
| org.springframework.statemachine : spring-statemachine-core | jar | 1.2.14.RELEASE | 
| org.springframework.data : spring-data-redis | jar | 1.8.18.RELEASE |