MVN

com.ToxicBakery.kfinstatemachine : rx

Maven & Gradle

Nov 08, 2022
43 stars

KotlinFiniteStateMachine · Kotlin library for creating finite state machines.

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

Latest Version

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

  • Latest Stable: 5.0.60

All Versions

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

Version Vulnerabilities Updated
5.0.x
rx-5.0.60
4.3.x
rx-4.3.50
4.2.x
rx-4.2.47
2.4.x
rx-2.4.163
2.3.x
rx-2.3.159
2.2.x
rx-2.2.145
2.1.x
rx-2.1.139
2.0.x
rx-2.0.113
1.0.x
rx-1.0.20

How to add a dependency to Maven

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

<dependency>
    <groupId>com.ToxicBakery.kfinstatemachine</groupId>
    <artifactId>rx</artifactId>
    <version>5.0.60</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.ToxicBakery.kfinstatemachine:rx:5.0.60'

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

implementation("com.ToxicBakery.kfinstatemachine:rx:5.0.60")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.ToxicBakery.kfinstatemachine" % "rx" % "5.0.60"

Advertisement