is not current version
Last Version 2.0.5

com.github.akurilov:java-concurrent 2.0.4

The concurrency library which includes the coroutines functionality

Categories

Categories

Java Languages
GroupId

GroupId

com.github.akurilov
ArtifactId

ArtifactId

java-concurrent
Version

Version

2.0.4
Type

Type

jar

Download java-concurrent 2.0.4


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