Spring State Machine Boot


Лицензия

Лицензия

Группа

Группа

org.springframework.statemachine
Идентификатор

Идентификатор

spring-statemachine-boot
Последняя версия

Последняя версия

1.2.14.RELEASE
Дата

Дата

Тип

Тип

jar
Описание

Описание

Spring State Machine Boot
Spring State Machine Boot
Ссылка на сайт

Ссылка на сайт

https://github.com/spring-projects/spring-statemachine
Организация-разработчик

Организация-разработчик

SpringSource
Система контроля версий

Система контроля версий

https://github.com/spring-projects/spring-statemachine

Скачать spring-statemachine-boot

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.springframework.statemachine/spring-statemachine-boot/ -->
<dependency>
    <groupId>org.springframework.statemachine</groupId>
    <artifactId>spring-statemachine-boot</artifactId>
    <version>1.2.14.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.statemachine/spring-statemachine-boot/
implementation 'org.springframework.statemachine:spring-statemachine-boot:1.2.14.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.statemachine/spring-statemachine-boot/
implementation ("org.springframework.statemachine:spring-statemachine-boot:1.2.14.RELEASE")
'org.springframework.statemachine:spring-statemachine-boot:jar:1.2.14.RELEASE'
<dependency org="org.springframework.statemachine" name="spring-statemachine-boot" rev="1.2.14.RELEASE">
  <artifact name="spring-statemachine-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.statemachine', module='spring-statemachine-boot', version='1.2.14.RELEASE')
)
libraryDependencies += "org.springframework.statemachine" % "spring-statemachine-boot" % "1.2.14.RELEASE"
[org.springframework.statemachine/spring-statemachine-boot "1.2.14.RELEASE"]

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
org.springframework.boot : spring-boot-actuator jar 1.5.19.RELEASE
org.springframework.boot : spring-boot-autoconfigure jar 1.5.19.RELEASE
org.springframework.statemachine : spring-statemachine-core jar 1.2.14.RELEASE

Модули Проекта

Данный проект не имеет модулей.

Spring Statemachine

Note
Default branch is now in a development of a 3.x which may be extremely unstable. Current stable release branch is 2.2.x. Unless you are not planning to contribute to initial reactive stories, PR’s and issues should target towards 2.2.x branch.

badge (GitHub default) badge.svg?branch=2.4 (GitHub 2.4.x) badge.svg?branch=2.3 (GitHub 2.3.x) badge.svg?branch=2.2 (GitHub 2.2.x)

Bamboo Build Status (Bamboo default) Bamboo Build Status (Bamboo 2.4.x) Bamboo Build Status (Bamboo 2.3.x) Bamboo Build Status (Bamboo 2.2.x)

The Spring Statemachine project aims to provide a common infrastructure to work with state machine concepts in Spring applications.

It is advised to check the actual state of this project by referring to the latest releases found on Spring Statemachine Project Page. The git repo default branch may be relatively unstable when new features are added into the source code.

Code of Conduct

This project adheres to the Contributor Covenant code of conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to spring-code-of-conduct@pivotal.io.

Downloading Artifacts

See downloading Spring artifacts for Maven repository information.

Documentation

The Spring Statemachine Project Page contains links to currently available JavaDoc and Reference Documentation for particular releases and versions.

Samples

Samples can be found under spring-statemachine-samples. Check the reference documentation more about what those do.

Building from Source

Spring Statemachine uses a Gradle-based build system. In the instructions below, ./gradlew is invoked from the root of the source tree and serves as a cross-platform, self-contained bootstrap mechanism for the build.

Prerequisites

Git and the JDK8 build.

Be sure that your JAVA_HOME environment variable points to the jdk folder extracted from the JDK download. While build requires JDK8, created artifacts are JDK7 compatible.

Check out sources

git clone git@github.com:spring-projects/spring-statemachine.git

Install all spring-\* jars into your local Maven cache

./gradlew install

Compile and test; build all jars, distribution zips, and docs

./gradlew build

Discover more commands with ./gradlew tasks. See also the Gradle build and release FAQ.

Contributing

Pull requests are welcome; see the contributor guidelines for details.

If you want to contribute, search github tickets marked with help wanted or come up with your own ticket but please first open a ticket to discuss in order to avoid duplicate work on a topic or issue. Nobody wants to see the same work done twice!

License

Spring Statemachine is Open Source software released under the Apache 2.0 license.

org.springframework.statemachine

Spring

Версии библиотеки

Версия
1.2.14.RELEASE
1.2.13.RELEASE
1.2.12.RELEASE
1.2.11.RELEASE
1.2.10.RELEASE
1.2.9.RELEASE
1.2.8.RELEASE
1.2.7.RELEASE
1.2.6.RELEASE
1.2.5.RELEASE
1.2.4.RELEASE
1.2.3.RELEASE
1.2.2.RELEASE
1.2.1.RELEASE
1.2.0.RELEASE