License |
License |
---|---|
GroupId | GroupIdcom.ToxicBakery.kfinstatemachine |
ArtifactId | ArtifactIdkfin |
Last Version | Last Version4.3.50 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionKotlinFiniteStateMachine
Kotlin library for creating finite state machines.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
kfin-4.3.50.pom | |
kfin-4.3.50.module | 1 KB |
kfin-4.3.50-sources.jar | 261 bytes |
kfin-4.3.50-javadoc.jar | 26 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ToxicBakery.kfinstatemachine/kfin/ -->
<dependency>
<groupId>com.ToxicBakery.kfinstatemachine</groupId>
<artifactId>kfin</artifactId>
<version>4.3.50</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.ToxicBakery.kfinstatemachine/kfin/
implementation 'com.ToxicBakery.kfinstatemachine:kfin:4.3.50'
// https://jarcasting.com/artifacts/com.ToxicBakery.kfinstatemachine/kfin/
implementation ("com.ToxicBakery.kfinstatemachine:kfin:4.3.50")
'com.ToxicBakery.kfinstatemachine:kfin:pom:4.3.50'
<dependency org="com.ToxicBakery.kfinstatemachine" name="kfin" rev="4.3.50">
<artifact name="kfin" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.ToxicBakery.kfinstatemachine', module='kfin', version='4.3.50')
)
libraryDependencies += "com.ToxicBakery.kfinstatemachine" % "kfin" % "4.3.50"
[com.ToxicBakery.kfinstatemachine/kfin "4.3.50"]