KotlinFiniteStateMachine

Kotlin library for creating finite state machines.

License

License

GroupId

GroupId

com.ToxicBakery.kfinstatemachine
ArtifactId

ArtifactId

graph-common
Last Version

Last Version

2.4.163
Release Date

Release Date

Type

Type

jar
Description

Description

KotlinFiniteStateMachine
Kotlin library for creating finite state machines.
Project URL

Project URL

https://github.com/ToxicBakery/kfin-state-machine
Source Code Management

Source Code Management

https://github.com/ToxicBakery/kfin-state-machine.git

Download graph-common

How to add to project

<!-- https://jarcasting.com/artifacts/com.ToxicBakery.kfinstatemachine/graph-common/ -->
<dependency>
    <groupId>com.ToxicBakery.kfinstatemachine</groupId>
    <artifactId>graph-common</artifactId>
    <version>2.4.163</version>
</dependency>
// https://jarcasting.com/artifacts/com.ToxicBakery.kfinstatemachine/graph-common/
implementation 'com.ToxicBakery.kfinstatemachine:graph-common:2.4.163'
// https://jarcasting.com/artifacts/com.ToxicBakery.kfinstatemachine/graph-common/
implementation ("com.ToxicBakery.kfinstatemachine:graph-common:2.4.163")
'com.ToxicBakery.kfinstatemachine:graph-common:jar:2.4.163'
<dependency org="com.ToxicBakery.kfinstatemachine" name="graph-common" rev="2.4.163">
  <artifact name="graph-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ToxicBakery.kfinstatemachine', module='graph-common', version='2.4.163')
)
libraryDependencies += "com.ToxicBakery.kfinstatemachine" % "graph-common" % "2.4.163"
[com.ToxicBakery.kfinstatemachine/graph-common "2.4.163"]

Dependencies

runtime (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-common jar 1.2.51

test (2)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-test-common jar 1.2.51
org.jetbrains.kotlin : kotlin-test-annotations-common jar 1.2.51

Project Modules

There are no modules declared in this project.

Versions

Version
2.4.163