c

core-statemachine

A state machine API
https://github.com/deanhiller/webpieces
The Apache License, Version 2.0
Dean Hiller Zachary Reed
文件下载
文件名 操作
core-statemachine-2.1.1.jar 下载
core-statemachine-2.1.1.pom 下载
core-statemachine-2.1.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.webpieces</groupId>
  <artifactId>core-statemachine</artifactId>
  <version>2.1.1</version>
</dependency>
Gradle Groovy
implementation 'org.webpieces:core-statemachine:2.1.1'
Gradle Kotlin
implementation("org.webpieces:core-statemachine:2.1.1")
Scala SBT
libraryDependencies += "org.webpieces" % "core-statemachine" % "2.1.1"
Groovy Grape
@Grapes(
  @Grab(group='org.webpieces', module='core-statemachine', version='2.1.1')
)
Apache Ivy
<dependency org="org.webpieces" name="core-statemachine" rev="2.1.1" />
Leiningen
[org.webpieces/core-statemachine "2.1.1"]
Apache Buildr
'org.webpieces:core-statemachine:jar:2.1.1'