License |
License |
---|---|
GroupId | GroupIdtech.bam |
ArtifactId | ArtifactIdkstate |
Version | Version0.1.11 |
Type | Typepom |
Description |
Descriptionkstate
A Kotlin Multiplatform library for creating state machines
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
kstate-0.1.11.pom | |
kstate-0.1.11-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/tech.bam/kstate/ -->
<dependency>
<groupId>tech.bam</groupId>
<artifactId>kstate</artifactId>
<version>0.1.11</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/tech.bam/kstate/
implementation 'tech.bam:kstate:0.1.11'
// https://jarcasting.com/artifacts/tech.bam/kstate/
implementation ("tech.bam:kstate:0.1.11")
'tech.bam:kstate:pom:0.1.11'
<dependency org="tech.bam" name="kstate" rev="0.1.11">
<artifact name="kstate" type="pom" />
</dependency>
@Grapes(
@Grab(group='tech.bam', module='kstate', version='0.1.11')
)
libraryDependencies += "tech.bam" % "kstate" % "0.1.11"
[tech.bam/kstate "0.1.11"]