MVN

com.autodesk : coroutineworker-iosarm32

Maven & Gradle

Aug 08, 2022
371 stars

coroutineworker · Native coroutine-based workers

<dependency>
    <groupId>com.autodesk</groupId>
    <artifactId>coroutineworker-iosarm32</artifactId>
    <version>0.8.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.autodesk : coroutineworker-iosarm32 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.8.3

All Versions

Choose a version of com.autodesk : coroutineworker-iosarm32 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.8.x
coroutineworker-iosarm32-0.8.3
coroutineworker-iosarm32-0.8.2
coroutineworker-iosarm32-0.8.1
coroutineworker-iosarm32-0.8.0
0.7.x
coroutineworker-iosarm32-0.7.2
coroutineworker-iosarm32-0.7.1
coroutineworker-iosarm32-0.7.0
0.6.x
coroutineworker-iosarm32-0.6.4
coroutineworker-iosarm32-0.6.3
coroutineworker-iosarm32-0.6.2
coroutineworker-iosarm32-0.6.1
coroutineworker-iosarm32-0.6.0
0.5.x
coroutineworker-iosarm32-0.5.2
coroutineworker-iosarm32-0.5.1
coroutineworker-iosarm32-0.5.0
0.4.x
coroutineworker-iosarm32-0.4.2
coroutineworker-iosarm32-0.4.1
coroutineworker-iosarm32-0.4.0
0.3.x
coroutineworker-iosarm32-0.3.1
coroutineworker-iosarm32-0.3.0
0.2.x
coroutineworker-iosarm32-0.2.2
coroutineworker-iosarm32-0.2.1
coroutineworker-iosarm32-0.2.0

How to add a dependency to Maven

Add the following com.autodesk : coroutineworker-iosarm32 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.autodesk</groupId>
    <artifactId>coroutineworker-iosarm32</artifactId>
    <version>0.8.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.autodesk : coroutineworker-iosarm32 gradle dependency to your build.gradle file:

implementation 'com.autodesk:coroutineworker-iosarm32:0.8.3'

Gradle Kotlin DSL: Add the following com.autodesk : coroutineworker-iosarm32 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.autodesk:coroutineworker-iosarm32:0.8.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.autodesk : coroutineworker-iosarm32 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.autodesk" % "coroutineworker-iosarm32" % "0.8.3"

Advertisement