MVN

it.sephiroth.android.library : state-machine

Maven & Gradle

Apr 18, 2024
0 stars

state-machine · A Kotlin DSL for finite state machine

<dependency>
    <groupId>it.sephiroth.android.library</groupId>
    <artifactId>state-machine</artifactId>
    <version>1.0.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of it.sephiroth.android.library : state-machine to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.6

All Versions

Choose a version of it.sephiroth.android.library : state-machine to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
state-machine-1.0.6

How to add a dependency to Maven

Add the following it.sephiroth.android.library : state-machine maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>it.sephiroth.android.library</groupId>
    <artifactId>state-machine</artifactId>
    <version>1.0.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following it.sephiroth.android.library : state-machine gradle dependency to your build.gradle file:

implementation 'it.sephiroth.android.library:state-machine:1.0.6'

Gradle Kotlin DSL: Add the following it.sephiroth.android.library : state-machine gradle kotlin dependency to your build.gradle.kts file:

implementation("it.sephiroth.android.library:state-machine:1.0.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following it.sephiroth.android.library : state-machine sbt scala dependency to your build.sbt file:

libraryDependencies += "it.sephiroth.android.library" % "state-machine" % "1.0.6"