is not current version
Last Version 0.3.0

org.metaborg:pie.share.coroutine 0.2.2

PIE concurrency task share implementation with Kotlin coroutines

GroupId

GroupId

org.metaborg
ArtifactId

ArtifactId

pie.share.coroutine
Version

Version

0.2.2
Type

Type

jar

Download pie.share.coroutine 0.2.2


<!-- https://jarcasting.com/artifacts/org.metaborg/pie.share.coroutine/ -->
<dependency>
    <groupId>org.metaborg</groupId>
    <artifactId>pie.share.coroutine</artifactId>
    <version>0.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.metaborg/pie.share.coroutine/
implementation 'org.metaborg:pie.share.coroutine:0.2.2'
// https://jarcasting.com/artifacts/org.metaborg/pie.share.coroutine/
implementation ("org.metaborg:pie.share.coroutine:0.2.2")
'org.metaborg:pie.share.coroutine:jar:0.2.2'
<dependency org="org.metaborg" name="pie.share.coroutine" rev="0.2.2">
  <artifact name="pie.share.coroutine" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.metaborg', module='pie.share.coroutine', version='0.2.2')
)
libraryDependencies += "org.metaborg" % "pie.share.coroutine" % "0.2.2"
[org.metaborg/pie.share.coroutine "0.2.2"]