is not current version
Last Version 0.1.3

nl.talsmasoftware:concurrency 0.1.0

Utility library for basic concurrency functionality.

GroupId

GroupId

nl.talsmasoftware
ArtifactId

ArtifactId

concurrency
Version

Version

0.1.0
Type

Type

jar

Download concurrency 0.1.0


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