| Категории |
КатегорииRedis Данные Базы данных |
|---|---|
| Группа | Группаorg.springframework.statemachine |
| Идентификатор | Идентификаторspring-statemachine-data-redis |
| Версия | Версия1.2.5.RELEASE |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/org.springframework.statemachine/spring-statemachine-data-redis/ -->
<dependency>
<groupId>org.springframework.statemachine</groupId>
<artifactId>spring-statemachine-data-redis</artifactId>
<version>1.2.5.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.statemachine/spring-statemachine-data-redis/
implementation 'org.springframework.statemachine:spring-statemachine-data-redis:1.2.5.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.statemachine/spring-statemachine-data-redis/
implementation ("org.springframework.statemachine:spring-statemachine-data-redis:1.2.5.RELEASE")
'org.springframework.statemachine:spring-statemachine-data-redis:jar:1.2.5.RELEASE'
<dependency org="org.springframework.statemachine" name="spring-statemachine-data-redis" rev="1.2.5.RELEASE">
<artifact name="spring-statemachine-data-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.statemachine', module='spring-statemachine-data-redis', version='1.2.5.RELEASE')
)
libraryDependencies += "org.springframework.statemachine" % "spring-statemachine-data-redis" % "1.2.5.RELEASE"
[org.springframework.statemachine/spring-statemachine-data-redis "1.2.5.RELEASE"]