| Категории |
КатегорииAuto Библиотеки уровня приложения Code Generators config Configuration |
|---|---|
| Группа | Группаorg.springframework.statemachine |
| Идентификатор | Идентификаторspring-statemachine-autoconfigure |
| Версия | Версия2.0.2.RELEASE |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/org.springframework.statemachine/spring-statemachine-autoconfigure/ -->
<dependency>
<groupId>org.springframework.statemachine</groupId>
<artifactId>spring-statemachine-autoconfigure</artifactId>
<version>2.0.2.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.statemachine/spring-statemachine-autoconfigure/
implementation 'org.springframework.statemachine:spring-statemachine-autoconfigure:2.0.2.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.statemachine/spring-statemachine-autoconfigure/
implementation ("org.springframework.statemachine:spring-statemachine-autoconfigure:2.0.2.RELEASE")
'org.springframework.statemachine:spring-statemachine-autoconfigure:jar:2.0.2.RELEASE'
<dependency org="org.springframework.statemachine" name="spring-statemachine-autoconfigure" rev="2.0.2.RELEASE">
<artifact name="spring-statemachine-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.statemachine', module='spring-statemachine-autoconfigure', version='2.0.2.RELEASE')
)
libraryDependencies += "org.springframework.statemachine" % "spring-statemachine-autoconfigure" % "2.0.2.RELEASE"
[org.springframework.statemachine/spring-statemachine-autoconfigure "2.0.2.RELEASE"]