is not current version
Last Version 4.3.50

com.ToxicBakery.kfinstatemachine:kfin 4.2.47

Kotlin library for creating finite state machines.

GroupId

GroupId

com.ToxicBakery.kfinstatemachine
ArtifactId

ArtifactId

kfin
Version

Version

4.2.47
Type

Type

pom

Download kfin 4.2.47


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