MVN

com.jeantuffier.statemachine : core

Maven & Gradle

Jul 19, 2023
3 stars

StateMachine · Statemachine is a Kotlin multi-platform project that help you centralize and make your code easily reusable across all supported targets.

<dependency>
    <groupId>com.jeantuffier.statemachine</groupId>
    <artifactId>core</artifactId>
    <version>0.2.0-dev11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.jeantuffier.statemachine : core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.0-dev11
  • Latest Release Candidate: 0.2.0-rc1

All Versions

Choose a version of com.jeantuffier.statemachine : core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
core-0.2.0-rc1
core-0.2.0-dev11
core-0.2.0-dev13
core-0.2.0-dev12

How to add a dependency to Maven

Add the following com.jeantuffier.statemachine : core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.jeantuffier.statemachine</groupId>
    <artifactId>core</artifactId>
    <version>0.2.0-dev11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.jeantuffier.statemachine : core gradle dependency to your build.gradle file:

implementation 'com.jeantuffier.statemachine:core:0.2.0-dev11'

Gradle Kotlin DSL: Add the following com.jeantuffier.statemachine : core gradle kotlin dependency to your build.gradle.kts file:

implementation("com.jeantuffier.statemachine:core:0.2.0-dev11")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.jeantuffier.statemachine : core sbt scala dependency to your build.sbt file:

libraryDependencies += "com.jeantuffier.statemachine" % "core" % "0.2.0-dev11"