is not current version
Last Version 2.0.5

com.github.akurilov:java-concurrent 2.0.0

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.0
Type

Type

jar

Download java-concurrent 2.0.0


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