MVN

co.touchlab : stately-collections-metadata

Maven & Gradle

Apr 15, 2021
567 stars

Stately · Multithreaded Kotlin Multiplatform Utilities

<dependency>
    <groupId>co.touchlab</groupId>
    <artifactId>stately-collections-metadata</artifactId>
    <version>1.1.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.1.6
  • Latest Release Candidate: 1.0.4-1.4.0-rc

All Versions

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

Version Vulnerabilities Updated
1.1.x
stately-collections-metadata-1.1.6
stately-collections-metadata-1.1.5
stately-collections-metadata-1.1.4
stately-collections-metadata-1.1.3
stately-collections-metadata-1.1.1
stately-collections-metadata-1.1.0
1.0.x
stately-collections-metadata-1.0.4-1.4.0-rc
stately-collections-metadata-1.0.4-1.4-M3
stately-collections-metadata-1.0.4-1.4-M2
stately-collections-metadata-1.0.3
stately-collections-metadata-1.0.2
stately-collections-metadata-1.0.1-eap
stately-collections-metadata-1.0.0-a3
stately-collections-metadata-1.0.0-a2
0.10.x
stately-collections-metadata-0.10.2
stately-collections-metadata-0.10.1
stately-collections-metadata-0.10.0
0.9.x
stately-collections-metadata-0.9.6.1
stately-collections-metadata-0.9.6
stately-collections-metadata-0.9.5
stately-collections-metadata-0.9.4
stately-collections-metadata-0.9.3
stately-collections-metadata-0.9.2
stately-collections-metadata-0.9.0

How to add a dependency to Maven

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

<dependency>
    <groupId>co.touchlab</groupId>
    <artifactId>stately-collections-metadata</artifactId>
    <version>1.1.6</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'co.touchlab:stately-collections-metadata:1.1.6'

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

implementation("co.touchlab:stately-collections-metadata:1.1.6")

How to add a dependency to SBT Scala

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

libraryDependencies += "co.touchlab" % "stately-collections-metadata" % "1.1.6"

Advertisement