MVN

co.touchlab : stately-macos

Maven & Gradle

Jan 24, 2019
2 usages
561 stars

Stately · Multithreaded Kotlin Multiplatform Utilities

<dependency>
    <groupId>co.touchlab</groupId>
    <artifactId>stately-macos</artifactId>
    <version>0.5.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of co.touchlab : stately-macos to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.2

All Versions

Choose a version of co.touchlab : stately-macos to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5.x
stately-macos-0.5.2
stately-macos-0.5.1
0.4.x
stately-macos-0.4.0
0.3.x
stately-macos-0.3.9
stately-macos-0.3.8
stately-macos-0.3.7

How to add a dependency to Maven

Add the following co.touchlab : stately-macos maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>co.touchlab</groupId>
    <artifactId>stately-macos</artifactId>
    <version>0.5.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following co.touchlab : stately-macos gradle dependency to your build.gradle file:

implementation 'co.touchlab:stately-macos:0.5.2'

Gradle Kotlin DSL: Add the following co.touchlab : stately-macos gradle kotlin dependency to your build.gradle.kts file:

implementation("co.touchlab:stately-macos:0.5.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following co.touchlab : stately-macos sbt scala dependency to your build.sbt file:

libraryDependencies += "co.touchlab" % "stately-macos" % "0.5.2"