is not current version
Last Version 1.1.3

com.github.akurilov:java-coroutines 1.1.0

The library supporting the alternative concurrency model

Categories

Categories

Java Languages
GroupId

GroupId

com.github.akurilov
ArtifactId

ArtifactId

java-coroutines
Version

Version

1.1.0
Type

Type

jar

Download java-coroutines 1.1.0


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