MVN

com.motorro.commonstatemachine : commonstatemachine-jvm

Maven & Gradle

Apr 21, 2023
39 stars

commonstatemachine · Multiplatform state machine for mobile applications

<dependency>
    <groupId>com.motorro.commonstatemachine</groupId>
    <artifactId>commonstatemachine-jvm</artifactId>
    <version>3.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.motorro.commonstatemachine : commonstatemachine-jvm to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.1

All Versions

Choose a version of com.motorro.commonstatemachine : commonstatemachine-jvm to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
commonstatemachine-jvm-3.0.1
2.1.x
commonstatemachine-jvm-2.1.4
commonstatemachine-jvm-2.1.3
commonstatemachine-jvm-2.1.1
commonstatemachine-jvm-2.1.0
2.0.x
commonstatemachine-jvm-2.0.0
1.0.x
commonstatemachine-jvm-1.0.0

How to add a dependency to Maven

Add the following com.motorro.commonstatemachine : commonstatemachine-jvm maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.motorro.commonstatemachine</groupId>
    <artifactId>commonstatemachine-jvm</artifactId>
    <version>3.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.motorro.commonstatemachine : commonstatemachine-jvm gradle dependency to your build.gradle file:

implementation 'com.motorro.commonstatemachine:commonstatemachine-jvm:3.0.1'

Gradle Kotlin DSL: Add the following com.motorro.commonstatemachine : commonstatemachine-jvm gradle kotlin dependency to your build.gradle.kts file:

implementation("com.motorro.commonstatemachine:commonstatemachine-jvm:3.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.motorro.commonstatemachine : commonstatemachine-jvm sbt scala dependency to your build.sbt file:

libraryDependencies += "com.motorro.commonstatemachine" % "commonstatemachine-jvm" % "3.0.1"