Last Version

Turnstile 0.1

Kotlin's implementation of state machine inspired by Boost::Meta State Machine.

License

License

GroupId

GroupId

io.github.snpefk
ArtifactId

ArtifactId

turnstile
Version

Version

0.1
Type

Type

jar
Description

Description

Turnstile
Kotlin's implementation of state machine inspired by Boost::Meta State Machine.
Project URL

Project URL

https://github.com/snpefk/turnstile
Source Code Management

Source Code Management

https://github.com/snpefk/turnstile

Download turnstile 0.1


<!-- https://jarcasting.com/artifacts/io.github.snpefk/turnstile/ -->
<dependency>
    <groupId>io.github.snpefk</groupId>
    <artifactId>turnstile</artifactId>
    <version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.snpefk/turnstile/
implementation 'io.github.snpefk:turnstile:0.1'
// https://jarcasting.com/artifacts/io.github.snpefk/turnstile/
implementation ("io.github.snpefk:turnstile:0.1")
'io.github.snpefk:turnstile:jar:0.1'
<dependency org="io.github.snpefk" name="turnstile" rev="0.1">
  <artifact name="turnstile" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.snpefk', module='turnstile', version='0.1')
)
libraryDependencies += "io.github.snpefk" % "turnstile" % "0.1"
[io.github.snpefk/turnstile "0.1"]

Dependencies

runtime (2)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib jar 1.5.0
org.jetbrains.kotlin : kotlin-reflect jar 1.5.10

test (2)

Group / Artifact Type Version
junit : junit jar 4.13
io.mockk : mockk jar 1.9.3

Project Modules

There are no modules declared in this project.