is not current version
Last Version 4.1.35

com.ToxicBakery.kfinstatemachine:core 4.0.29

Kotlin library for creating finite state machines.

GroupId

GroupId

com.ToxicBakery.kfinstatemachine
ArtifactId

ArtifactId

core
Version

Version

4.0.29
Type

Type

pom

Download core 4.0.29


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