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.109.jar 下载
core-statemachine-2.1.109.pom 下载
core-statemachine-2.1.109-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.webpieces.core</groupId>
  <artifactId>core-statemachine</artifactId>
  <version>2.1.109</version>
</dependency>
Gradle Groovy
implementation 'org.webpieces.core:core-statemachine:2.1.109'
Gradle Kotlin
implementation("org.webpieces.core:core-statemachine:2.1.109")
Scala SBT
libraryDependencies += "org.webpieces.core" % "core-statemachine" % "2.1.109"
Groovy Grape
@Grapes(
  @Grab(group='org.webpieces.core', module='core-statemachine', version='2.1.109')
)
Apache Ivy
<dependency org="org.webpieces.core" name="core-statemachine" rev="2.1.109" />
Leiningen
[org.webpieces.core/core-statemachine "2.1.109"]
Apache Buildr
'org.webpieces.core:core-statemachine:jar:2.1.109'
本项目依赖