License |
License |
---|---|
GroupId | GroupIdcom.ToxicBakery.kfinstatemachine |
ArtifactId | ArtifactIdrx |
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 |
---|---|
rx-4.3.50.pom | |
rx-4.3.50.module | 1 KB |
rx-4.3.50-sources.jar | 261 bytes |
rx-4.3.50-javadoc.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ToxicBakery.kfinstatemachine/rx/ -->
<dependency>
<groupId>com.ToxicBakery.kfinstatemachine</groupId>
<artifactId>rx</artifactId>
<version>4.3.50</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.ToxicBakery.kfinstatemachine/rx/
implementation 'com.ToxicBakery.kfinstatemachine:rx:4.3.50'
// https://jarcasting.com/artifacts/com.ToxicBakery.kfinstatemachine/rx/
implementation ("com.ToxicBakery.kfinstatemachine:rx:4.3.50")
'com.ToxicBakery.kfinstatemachine:rx:pom:4.3.50'
<dependency org="com.ToxicBakery.kfinstatemachine" name="rx" rev="4.3.50">
<artifact name="rx" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.ToxicBakery.kfinstatemachine', module='rx', version='4.3.50')
)
libraryDependencies += "com.ToxicBakery.kfinstatemachine" % "rx" % "4.3.50"
[com.ToxicBakery.kfinstatemachine/rx "4.3.50"]