MVN

com.ToxicBakery.kfinstatemachine : kfin-jvmRx

Maven & Gradle

Nov 08, 2022
43 stars

KotlinFiniteStateMachine · Kotlin library for creating finite state machines.

<dependency>
    <groupId>com.ToxicBakery.kfinstatemachine</groupId>
    <artifactId>kfin-jvmRx</artifactId>
    <version>5.0.60</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ToxicBakery.kfinstatemachine : kfin-jvmRx to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.0.60

All Versions

Choose a version of com.ToxicBakery.kfinstatemachine : kfin-jvmRx to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.0.x
kfin-jvmRx-5.0.60
4.3.x
kfin-jvmRx-4.3.50
4.2.x
kfin-jvmRx-4.2.47
4.1.x
kfin-jvmRx-4.1.35
4.0.x
kfin-jvmRx-4.0.29
3.0.x
kfin-jvmRx-3.0.17
kfin-jvmRx-3.0.14

How to add a dependency to Maven

Add the following com.ToxicBakery.kfinstatemachine : kfin-jvmRx maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.ToxicBakery.kfinstatemachine</groupId>
    <artifactId>kfin-jvmRx</artifactId>
    <version>5.0.60</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.ToxicBakery.kfinstatemachine : kfin-jvmRx gradle dependency to your build.gradle file:

implementation 'com.ToxicBakery.kfinstatemachine:kfin-jvmRx:5.0.60'

Gradle Kotlin DSL: Add the following com.ToxicBakery.kfinstatemachine : kfin-jvmRx gradle kotlin dependency to your build.gradle.kts file:

implementation("com.ToxicBakery.kfinstatemachine:kfin-jvmRx:5.0.60")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.ToxicBakery.kfinstatemachine : kfin-jvmRx sbt scala dependency to your build.sbt file:

libraryDependencies += "com.ToxicBakery.kfinstatemachine" % "kfin-jvmRx" % "5.0.60"

Advertisement