Files download
File Operation
stately-0.3.8.pom download
stately-0.3.8-sources.jar download
Apache Maven
<dependency>
  <groupId>co.touchlab</groupId>
  <artifactId>stately</artifactId>
  <version>0.3.8</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'co.touchlab:stately:0.3.8'
Gradle Kotlin
implementation("co.touchlab:stately:0.3.8")
Scala SBT
libraryDependencies += "co.touchlab" % "stately" % "0.3.8"
Groovy Grape
@Grapes(
  @Grab(group='co.touchlab', module='stately', version='0.3.8')
)
Apache Ivy
<dependency org="co.touchlab" name="stately" rev="0.3.8" />
Leiningen
[co.touchlab/stately "0.3.8"]
Apache Buildr
'co.touchlab:stately:jar:0.3.8'
Dependencies
The project has no third-party dependencies