is not current version
Last Version 0.0.10

com.zarbosoft:coroutines-core 0.0.1

Coroutines in Java

GroupId

GroupId

com.zarbosoft
ArtifactId

ArtifactId

coroutines-core
Version

Version

0.0.1
Type

Type

jar

Download coroutines-core 0.0.1


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