MVN

co.touchlab : stately-common-tvosx64

Maven & Gradle

Mar 10, 2023
16 usages

Stately · Multithreaded Kotlin Multiplatform Utilities

<dependency>
    <groupId>co.touchlab</groupId>
    <artifactId>stately-common-tvosx64</artifactId>
    <version>1.2.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.2.5
  • Latest Release Candidate: 2.0.0-rc3

All Versions

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

  • Version Updated
  • stately-common-tvosx64-2.0.0-rc3

    Mar 10, 2023
  • stately-common-tvosx64-2.0.0-rc2

    Feb 27, 2023
  • stately-common-tvosx64-2.0.0-rc1

    Feb 15, 2023
  • stately-common-tvosx64-1.2.5

    Feb 14, 2023
  • stately-common-tvosx64-1.2.3

    Apr 23, 2022
  • stately-common-tvosx64-1.2.2

    Apr 16, 2022
  • stately-common-tvosx64-1.2.1

    Dec 19, 2021
  • stately-common-tvosx64-1.2.0

    Nov 27, 2021
  • stately-common-tvosx64-1.2.0-nmm

    Sep 01, 2021
  • stately-common-tvosx64-1.1.10

    Aug 26, 2021
  • stately-common-tvosx64-1.1.9

    Aug 25, 2021
  • stately-common-tvosx64-1.1.9-hmpp

    Aug 24, 2021
  • stately-common-tvosx64-1.1.7

    Apr 28, 2021
  • stately-common-tvosx64-1.1.6

    Apr 15, 2021
  • stately-common-tvosx64-1.1.5

    Mar 27, 2021
  • stately-common-tvosx64-1.1.4

    Feb 20, 2021
  • stately-common-tvosx64-1.1.3

    Feb 18, 2021
  • stately-common-tvosx64-1.1.1

    Sep 09, 2020
  • stately-common-tvosx64-1.1.0

    Aug 18, 2020
  • stately-common-tvosx64-1.0.4-1.4.0-rc

    Jul 27, 2020
  • stately-common-tvosx64-1.0.4-1.4-M3

    Jul 10, 2020
  • stately-common-tvosx64-1.0.4-1.4-M2

    Jun 05, 2020
  • stately-common-tvosx64-1.0.3

    Apr 08, 2020
  • stately-common-tvosx64-1.0.2

    Apr 01, 2020
  • stately-common-tvosx64-1.0.0-a3

    Mar 28, 2020
  • stately-common-tvosx64-1.0.0-a2

    Mar 04, 2020
  • stately-common-tvosx64-1.0.1-eap

    Feb 14, 2020

How to add a dependency to Maven

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

<dependency>
    <groupId>co.touchlab</groupId>
    <artifactId>stately-common-tvosx64</artifactId>
    <version>1.2.5</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'co.touchlab:stately-common-tvosx64:1.2.5'

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

implementation("co.touchlab:stately-common-tvosx64:1.2.5")

How to add a dependency to SBT Scala

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

libraryDependencies += "co.touchlab" % "stately-common-tvosx64" % "1.2.5"