MVN

io.jumpco.open : kfsm-common

Maven & Gradle

Feb 13, 2021
87 stars

kfsm · Kotlin Finite-state machine

<dependency>
    <groupId>io.jumpco.open</groupId>
    <artifactId>kfsm-common</artifactId>
    <version>1.4.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.jumpco.open : kfsm-common to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.1

All Versions

Choose a version of io.jumpco.open : kfsm-common to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
kfsm-common-1.4.1
kfsm-common-1.4.0
1.0.x
kfsm-common-1.0.2
kfsm-common-1.0.1
kfsm-common-1.0.0
0.9.x
kfsm-common-0.9.6
kfsm-common-0.9.5
kfsm-common-0.9.4
kfsm-common-0.9.3
kfsm-common-0.9.2
kfsm-common-0.9.1
0.8.x
kfsm-common-0.8.0
0.7.x
kfsm-common-0.7.1

How to add a dependency to Maven

Add the following io.jumpco.open : kfsm-common maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.jumpco.open</groupId>
    <artifactId>kfsm-common</artifactId>
    <version>1.4.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.jumpco.open : kfsm-common gradle dependency to your build.gradle file:

implementation 'io.jumpco.open:kfsm-common:1.4.1'

Gradle Kotlin DSL: Add the following io.jumpco.open : kfsm-common gradle kotlin dependency to your build.gradle.kts file:

implementation("io.jumpco.open:kfsm-common:1.4.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.jumpco.open : kfsm-common sbt scala dependency to your build.sbt file:

libraryDependencies += "io.jumpco.open" % "kfsm-common" % "1.4.1"