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