MVN

co.touchlab : stately-mingwx64

Maven & Gradle

Dec 17, 2019
5 usages
564 stars

Stately · Multithreaded Kotlin Multiplatform Utilities

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

Latest Version

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

  • Latest Stable: 0.9.5

All Versions

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

Version Vulnerabilities Updated
0.9.x
stately-mingwx64-0.9.5
stately-mingwx64-0.9.4
stately-mingwx64-0.9.3
0.7.x
stately-mingwx64-0.7.3
stately-mingwx64-0.7.2

How to add a dependency to Maven

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

<dependency>
    <groupId>co.touchlab</groupId>
    <artifactId>stately-mingwx64</artifactId>
    <version>0.9.5</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'co.touchlab:stately-mingwx64:0.9.5'

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

implementation("co.touchlab:stately-mingwx64:0.9.5")

How to add a dependency to SBT Scala

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

libraryDependencies += "co.touchlab" % "stately-mingwx64" % "0.9.5"