Last Version

StateMachine 0.2.0

A Kotlin DSL for finite state machine

License

License

GroupId

GroupId

com.tinder.statemachine
ArtifactId

ArtifactId

statemachine
Version

Version

0.2.0
Type

Type

jar
Description

Description

StateMachine
A Kotlin DSL for finite state machine
Project URL

Project URL

https://github.com/Tinder/StateMachine
Source Code Management

Source Code Management

https://github.com/Tinder/StateMachine

Download statemachine 0.2.0


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

Dependencies

runtime (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.3.21

test (4)

Group / Artifact Type Version
junit : junit jar 4.12
com.nhaarman.mockitokotlin2 : mockito-kotlin jar 2.1.0
org.jetbrains.kotlin : kotlin-reflect jar 1.3.21
org.assertj : assertj-core jar 3.11.1

Project Modules

There are no modules declared in this project.