is not current version
Last Version 4.1.35

com.ToxicBakery.kfinstatemachine:core 3.0.14

Kotlin library for creating finite state machines.

GroupId

GroupId

com.ToxicBakery.kfinstatemachine
ArtifactId

ArtifactId

core
Version

Version

3.0.14
Type

Type

pom

Download core 3.0.14


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