is not current version
Last Version 8.9.2

com.cedarsoft.commons:concurrent 8.0.1


GroupId

GroupId

com.cedarsoft.commons
ArtifactId

ArtifactId

concurrent
Version

Version

8.0.1
Type

Type

jar

Download concurrent 8.0.1


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