is not current version
Last Version 1.0.0

tech.bam.kstate:kstate 0.2.1

A Kotlin Multiplatform library for creating state machines

GroupId

GroupId

tech.bam.kstate
ArtifactId

ArtifactId

kstate
Version

Version

0.2.1
Type

Type

pom

Download kstate 0.2.1


<!-- https://jarcasting.com/artifacts/tech.bam.kstate/kstate/ -->
<dependency>
    <groupId>tech.bam.kstate</groupId>
    <artifactId>kstate</artifactId>
    <version>0.2.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/tech.bam.kstate/kstate/
implementation 'tech.bam.kstate:kstate:0.2.1'
// https://jarcasting.com/artifacts/tech.bam.kstate/kstate/
implementation ("tech.bam.kstate:kstate:0.2.1")
'tech.bam.kstate:kstate:pom:0.2.1'
<dependency org="tech.bam.kstate" name="kstate" rev="0.2.1">
  <artifact name="kstate" type="pom" />
</dependency>
@Grapes(
@Grab(group='tech.bam.kstate', module='kstate', version='0.2.1')
)
libraryDependencies += "tech.bam.kstate" % "kstate" % "0.2.1"
[tech.bam.kstate/kstate "0.2.1"]