is not current version
Last Version 4.3.50

com.ToxicBakery.kfinstatemachine:graph 4.0.29

Kotlin library for creating finite state machines.

GroupId

GroupId

com.ToxicBakery.kfinstatemachine
ArtifactId

ArtifactId

graph
Version

Version

4.0.29
Type

Type

pom

Download graph 4.0.29


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