is not current version
Last Version 1.0.1

com.zarbosoft:coroutines 0.0.1

Coroutines in Java

GroupId

GroupId

com.zarbosoft
ArtifactId

ArtifactId

coroutines
Version

Version

0.0.1
Type

Type

jar

Download coroutines 0.0.1


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