MVN

tz.co.asoft : kotlinx-collections-atomic-watchosarm64

Maven & Gradle

Jul 06, 2022
4 usages

kotlinx-collections-atomic · A Kotlin Multiplatform Mutable Collections that are thread safe

<dependency>
    <groupId>tz.co.asoft</groupId>
    <artifactId>kotlinx-collections-atomic-watchosarm64</artifactId>
    <version>1.5.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of tz.co.asoft : kotlinx-collections-atomic-watchosarm64 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.3

All Versions

Choose a version of tz.co.asoft : kotlinx-collections-atomic-watchosarm64 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
kotlinx-collections-atomic-watchosarm64-1.5.3
kotlinx-collections-atomic-watchosarm64-1.5.2
kotlinx-collections-atomic-watchosarm64-1.5.1
kotlinx-collections-atomic-watchosarm64-1.5.0
1.4.x
kotlinx-collections-atomic-watchosarm64-1.4.62
kotlinx-collections-atomic-watchosarm64-1.4.61
kotlinx-collections-atomic-watchosarm64-1.4.60
kotlinx-collections-atomic-watchosarm64-1.4.50
kotlinx-collections-atomic-watchosarm64-1.4.40
kotlinx-collections-atomic-watchosarm64-1.4.30
kotlinx-collections-atomic-watchosarm64-1.4.20
kotlinx-collections-atomic-watchosarm64-1.4.12
kotlinx-collections-atomic-watchosarm64-1.4.11
kotlinx-collections-atomic-watchosarm64-1.4.10
kotlinx-collections-atomic-watchosarm64-1.4.0

How to add a dependency to Maven

Add the following tz.co.asoft : kotlinx-collections-atomic-watchosarm64 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>tz.co.asoft</groupId>
    <artifactId>kotlinx-collections-atomic-watchosarm64</artifactId>
    <version>1.5.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following tz.co.asoft : kotlinx-collections-atomic-watchosarm64 gradle dependency to your build.gradle file:

implementation 'tz.co.asoft:kotlinx-collections-atomic-watchosarm64:1.5.3'

Gradle Kotlin DSL: Add the following tz.co.asoft : kotlinx-collections-atomic-watchosarm64 gradle kotlin dependency to your build.gradle.kts file:

implementation("tz.co.asoft:kotlinx-collections-atomic-watchosarm64:1.5.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following tz.co.asoft : kotlinx-collections-atomic-watchosarm64 sbt scala dependency to your build.sbt file:

libraryDependencies += "tz.co.asoft" % "kotlinx-collections-atomic-watchosarm64" % "1.5.3"

Advertisement