is not current version
Last Version 4.3.50

com.ToxicBakery.kfinstatemachine:graph 3.0.14

Kotlin library for creating finite state machines.

GroupId

GroupId

com.ToxicBakery.kfinstatemachine
ArtifactId

ArtifactId

graph
Version

Version

3.0.14
Type

Type

pom

Download graph 3.0.14


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