License |
License |
---|---|
GroupId | GroupIdorg.metaborg |
ArtifactId | ArtifactIdpie.share.coroutine |
Version | Version0.3.0 |
Type | Typejar |
Description |
DescriptionPIE concurrency task share implementation with Kotlin coroutines
|
Filename | Size |
---|---|
pie.share.coroutine-0.3.0.pom | |
pie.share.coroutine-0.3.0.jar | 11 KB |
pie.share.coroutine-0.3.0-sources.jar | 3 KB |
pie.share.coroutine-0.3.0-javadoc.jar | 450 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.metaborg/pie.share.coroutine/ -->
<dependency>
<groupId>org.metaborg</groupId>
<artifactId>pie.share.coroutine</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.metaborg/pie.share.coroutine/
implementation 'org.metaborg:pie.share.coroutine:0.3.0'
// https://jarcasting.com/artifacts/org.metaborg/pie.share.coroutine/
implementation ("org.metaborg:pie.share.coroutine:0.3.0")
'org.metaborg:pie.share.coroutine:jar:0.3.0'
<dependency org="org.metaborg" name="pie.share.coroutine" rev="0.3.0">
<artifact name="pie.share.coroutine" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.metaborg', module='pie.share.coroutine', version='0.3.0')
)
libraryDependencies += "org.metaborg" % "pie.share.coroutine" % "0.3.0"
[org.metaborg/pie.share.coroutine "0.3.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.2.71 |
org.jetbrains.kotlinx : kotlinx-coroutines-core | jar | 0.22.5 |
org.metaborg : pie.api | jar | 0.3.0 |
Group / Artifact | Type | Version |
---|---|---|
org.metaborg : pie.runtime.test | jar | 0.3.0 |
com.nhaarman : mockito-kotlin | jar | 1.5.0 |