License |
License |
---|---|
GroupId | GroupIdtech.bam.kstate |
ArtifactId | ArtifactIdkstate |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
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-1.0.0.pom | |
kstate-1.0.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/tech.bam.kstate/kstate/ -->
<dependency>
<groupId>tech.bam.kstate</groupId>
<artifactId>kstate</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/tech.bam.kstate/kstate/
implementation 'tech.bam.kstate:kstate:1.0.0'
// https://jarcasting.com/artifacts/tech.bam.kstate/kstate/
implementation ("tech.bam.kstate:kstate:1.0.0")
'tech.bam.kstate:kstate:pom:1.0.0'
<dependency org="tech.bam.kstate" name="kstate" rev="1.0.0">
<artifact name="kstate" type="pom" />
</dependency>
@Grapes(
@Grab(group='tech.bam.kstate', module='kstate', version='1.0.0')
)
libraryDependencies += "tech.bam.kstate" % "kstate" % "1.0.0"
[tech.bam.kstate/kstate "1.0.0"]