Files download
File Operation
spring-statemachine-core-2.1.2.RELEASE.jar download
spring-statemachine-core-2.1.2.RELEASE.pom download
spring-statemachine-core-2.1.2.RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>org.springframework.statemachine</groupId>
  <artifactId>spring-statemachine-core</artifactId>
  <version>2.1.2.RELEASE</version>
</dependency>
Gradle Groovy
implementation 'org.springframework.statemachine:spring-statemachine-core:2.1.2.RELEASE'
Gradle Kotlin
implementation("org.springframework.statemachine:spring-statemachine-core:2.1.2.RELEASE")
Scala SBT
libraryDependencies += "org.springframework.statemachine" % "spring-statemachine-core" % "2.1.2.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework.statemachine', module='spring-statemachine-core', version='2.1.2.RELEASE')
)
Apache Ivy
<dependency org="org.springframework.statemachine" name="spring-statemachine-core" rev="2.1.2.RELEASE" />
Leiningen
[org.springframework.statemachine/spring-statemachine-core "2.1.2.RELEASE"]
Apache Buildr
'org.springframework.statemachine:spring-statemachine-core:jar:2.1.2.RELEASE'