MVN

com.digitalpetri.fsm : strict-machine

Maven & Gradle

Nov 02, 2022
2 usages
20 stars

Strict Machine · A declarative DSL for building asynchronously evaluated Finite State Machines on the JVM

<dependency>
    <groupId>com.digitalpetri.fsm</groupId>
    <artifactId>strict-machine</artifactId>
    <version>0.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.digitalpetri.fsm : strict-machine to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.7

All Versions

Choose a version of com.digitalpetri.fsm : strict-machine to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.7
strict-machine-0.7
0.6
strict-machine-0.6
0.5
strict-machine-0.5
0.4
strict-machine-0.4
0.3
strict-machine-0.3
0.2
strict-machine-0.2
0.1
strict-machine-0.1

How to add a dependency to Maven

Add the following com.digitalpetri.fsm : strict-machine maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.digitalpetri.fsm</groupId>
    <artifactId>strict-machine</artifactId>
    <version>0.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.digitalpetri.fsm : strict-machine gradle dependency to your build.gradle file:

implementation 'com.digitalpetri.fsm:strict-machine:0.7'

Gradle Kotlin DSL: Add the following com.digitalpetri.fsm : strict-machine gradle kotlin dependency to your build.gradle.kts file:

implementation("com.digitalpetri.fsm:strict-machine:0.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.digitalpetri.fsm : strict-machine sbt scala dependency to your build.sbt file:

libraryDependencies += "com.digitalpetri.fsm" % "strict-machine" % "0.7"

Advertisement