MVN

com.github.tpucci : kstate

Maven & Gradle

Nov 17, 2020
20 stars

kstate · A Kotlin Multiplatform library for creating state machines

<dependency>
    <groupId>com.github.tpucci</groupId>
    <artifactId>kstate</artifactId>
    <version>0.1.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.tpucci : kstate to add to Maven - Latest Versions:

  • Latest Stable: 0.1.10

All Versions

Choose a version of com.github.tpucci : kstate to add to Maven - All Versions:

Version Vulnerabilities Updated
0.1.x
kstate-0.1.10
kstate-0.1.9

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.github.tpucci</groupId>
    <artifactId>kstate</artifactId>
    <version>0.1.10</version>
</dependency>