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