kstate

A Kotlin Multiplatform library for creating state machines

License

License

GroupId

GroupId

tech.bam.kstate
ArtifactId

ArtifactId

kstate
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

pom
Description

Description

kstate
A Kotlin Multiplatform library for creating state machines
Project URL

Project URL

https://github.com/bamlab/kstate
Source Code Management

Source Code Management

https://github.com/bamlab/kstate

Download kstate

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0
0.2.1