dispatcher-provider-test

Utilities for injecting CoroutineDispatcher options into a CoroutineScope at creation, then locating them via the CoroutineContext

License

License

Categories

Categories

IDE Development Tools
GroupId

GroupId

com.rickbusarow.dispatcherprovider
ArtifactId

ArtifactId

dispatcher-provider-test
Last Version

Last Version

1.0.0-beta02
Release Date

Release Date

Type

Type

jar
Description

Description

dispatcher-provider-test
Utilities for injecting CoroutineDispatcher options into a CoroutineScope at creation, then locating them via the CoroutineContext
Project URL

Project URL

https://github.com/rbusarow/DispatcherProvider
Source Code Management

Source Code Management

https://github.com/rbusarow/DispatcherProvider.git

Download dispatcher-provider-test

How to add to project

<!-- 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"]

Dependencies

compile (4)

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

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0-beta02
1.0.0-beta01