License |
License |
---|---|
Categories |
CategoriesIDE Development Tools |
GroupId | GroupIdcom.rickbusarow.dispatcherprovider |
ArtifactId | ArtifactIddispatcher-provider-test |
Last Version | Last Version1.0.0-beta02 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiondispatcher-provider-test
Utilities for injecting CoroutineDispatcher options into a CoroutineScope at creation, then locating them via the CoroutineContext
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.rickbusarow.dispatcherprovider/dispatcher-provider-test/ -->
<dependency>
<groupId>com.rickbusarow.dispatcherprovider</groupId>
<artifactId>dispatcher-provider-test</artifactId>
<version>1.0.0-beta02</version>
</dependency>
// https://jarcasting.com/artifacts/com.rickbusarow.dispatcherprovider/dispatcher-provider-test/
implementation 'com.rickbusarow.dispatcherprovider:dispatcher-provider-test:1.0.0-beta02'
// https://jarcasting.com/artifacts/com.rickbusarow.dispatcherprovider/dispatcher-provider-test/
implementation ("com.rickbusarow.dispatcherprovider:dispatcher-provider-test:1.0.0-beta02")
'com.rickbusarow.dispatcherprovider:dispatcher-provider-test:jar:1.0.0-beta02'
<dependency org="com.rickbusarow.dispatcherprovider" name="dispatcher-provider-test" rev="1.0.0-beta02">
<artifact name="dispatcher-provider-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rickbusarow.dispatcherprovider', module='dispatcher-provider-test', version='1.0.0-beta02')
)
libraryDependencies += "com.rickbusarow.dispatcherprovider" % "dispatcher-provider-test" % "1.0.0-beta02"
[com.rickbusarow.dispatcherprovider/dispatcher-provider-test "1.0.0-beta02"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.3.61 |
org.jetbrains.kotlinx : kotlinx-coroutines-core | jar | 1.3.3 |
org.jetbrains.kotlinx : kotlinx-coroutines-test | jar | 1.3.3 |
com.rickbusarow.dispatcherprovider : dispatcher-provider | jar | 1.0.0-beta02 |