is not current version
Last Version 0.1.1

pl.chilldev.commons:commons-concurrent 0.0.4

Asynchronous and concurrency utilities.

GroupId

GroupId

pl.chilldev.commons
ArtifactId

ArtifactId

commons-concurrent
Version

Version

0.0.4
Type

Type

jar

Download commons-concurrent 0.0.4


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