is not current version
Last Version 0.1.1

pl.chilldev.commons:commons-concurrent 0.0.3

Asynchronous and concurrency utilities.

GroupId

GroupId

pl.chilldev.commons
ArtifactId

ArtifactId

commons-concurrent
Version

Version

0.0.3
Type

Type

jar

Download commons-concurrent 0.0.3


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