is not current version
Last Version 4.1.35

com.ToxicBakery.kfinstatemachine:core 2.3.159

Kotlin library for creating finite state machines.

GroupId

GroupId

com.ToxicBakery.kfinstatemachine
ArtifactId

ArtifactId

core
Version

Version

2.3.159
Type

Type

jar

Download core 2.3.159


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