is not current version
Last Version 1.2.3

co.touchlab:stately-common 1.0.0-a3

Multithreaded Kotlin Multiplatform Utilities

GroupId

GroupId

co.touchlab
ArtifactId

ArtifactId

stately-common
Version

Version

1.0.0-a3
Type

Type

pom

Download stately-common 1.0.0-a3


<!-- https://jarcasting.com/artifacts/co.touchlab/stately-common/ -->
<dependency>
    <groupId>co.touchlab</groupId>
    <artifactId>stately-common</artifactId>
    <version>1.0.0-a3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/co.touchlab/stately-common/
implementation 'co.touchlab:stately-common:1.0.0-a3'
// https://jarcasting.com/artifacts/co.touchlab/stately-common/
implementation ("co.touchlab:stately-common:1.0.0-a3")
'co.touchlab:stately-common:pom:1.0.0-a3'
<dependency org="co.touchlab" name="stately-common" rev="1.0.0-a3">
  <artifact name="stately-common" type="pom" />
</dependency>
@Grapes(
@Grab(group='co.touchlab', module='stately-common', version='1.0.0-a3')
)
libraryDependencies += "co.touchlab" % "stately-common" % "1.0.0-a3"
[co.touchlab/stately-common "1.0.0-a3"]