| Categories |
CategoriesAuto Application Layer Libs Code Generators |
|---|---|
| GroupId | GroupIdcom.autodesk |
| ArtifactId | ArtifactIdcoroutineworker |
| Version | Version0.2.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| coroutineworker-0.2.0.pom | |
| coroutineworker-0.2.0.module | 1 KB |
| coroutineworker-0.2.0-sources.jar | 261 bytes |
| coroutineworker-0.2.0-javadoc.jar | 14 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.autodesk/coroutineworker/ -->
<dependency>
<groupId>com.autodesk</groupId>
<artifactId>coroutineworker</artifactId>
<version>0.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.autodesk/coroutineworker/
implementation 'com.autodesk:coroutineworker:0.2.0'
// https://jarcasting.com/artifacts/com.autodesk/coroutineworker/
implementation ("com.autodesk:coroutineworker:0.2.0")
'com.autodesk:coroutineworker:pom:0.2.0'
<dependency org="com.autodesk" name="coroutineworker" rev="0.2.0">
<artifact name="coroutineworker" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.autodesk', module='coroutineworker', version='0.2.0')
)
libraryDependencies += "com.autodesk" % "coroutineworker" % "0.2.0"
[com.autodesk/coroutineworker "0.2.0"]