MVN

com.ToxicBakery.kfinstatemachine : graph-util

Maven & Gradle

Jul 25, 2018
43 stars

KotlinFiniteStateMachine · Kotlin library for creating finite state machines.

<dependency>
    <groupId>com.ToxicBakery.kfinstatemachine</groupId>
    <artifactId>graph-util</artifactId>
    <version>2.4.163</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.4.163

All Versions

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

Version Vulnerabilities Updated
2.4.x
graph-util-2.4.163
2.3.x
graph-util-2.3.159
2.2.x
graph-util-2.2.145
2.1.x
graph-util-2.1.139

How to add a dependency to Maven

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

<dependency>
    <groupId>com.ToxicBakery.kfinstatemachine</groupId>
    <artifactId>graph-util</artifactId>
    <version>2.4.163</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.ToxicBakery.kfinstatemachine:graph-util:2.4.163'

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

implementation("com.ToxicBakery.kfinstatemachine:graph-util:2.4.163")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.ToxicBakery.kfinstatemachine" % "graph-util" % "2.4.163"

Advertisement