| GroupId | GroupIdco.touchlab |
|---|---|
| ArtifactId | ArtifactIdstately |
| Version | Version0.6.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| stately-0.6.0.pom | |
| stately-0.6.0.module | 1 KB |
| stately-0.6.0-sources.jar | 261 bytes |
| stately-0.6.0-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/co.touchlab/stately/ -->
<dependency>
<groupId>co.touchlab</groupId>
<artifactId>stately</artifactId>
<version>0.6.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/co.touchlab/stately/
implementation 'co.touchlab:stately:0.6.0'
// https://jarcasting.com/artifacts/co.touchlab/stately/
implementation ("co.touchlab:stately:0.6.0")
'co.touchlab:stately:pom:0.6.0'
<dependency org="co.touchlab" name="stately" rev="0.6.0">
<artifact name="stately" type="pom" />
</dependency>
@Grapes(
@Grab(group='co.touchlab', module='stately', version='0.6.0')
)
libraryDependencies += "co.touchlab" % "stately" % "0.6.0"
[co.touchlab/stately "0.6.0"]