is not current version
Last Version 4.1.35

com.ToxicBakery.kfinstatemachine:core 2.1.139

Kotlin library for creating finite state machines.

GroupId

GroupId

com.ToxicBakery.kfinstatemachine
ArtifactId

ArtifactId

core
Version

Version

2.1.139
Type

Type

jar

Download core 2.1.139


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