is not current version
Last Version 4.1.35

com.ToxicBakery.kfinstatemachine:core 1.0.20

Kotlin library for creating finite state machines.

GroupId

GroupId

com.ToxicBakery.kfinstatemachine
ArtifactId

ArtifactId

core
Version

Version

1.0.20
Type

Type

jar

Download core 1.0.20


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