is not current version
Last Version 2.8.3

com.mastfrog:concurrent 2.7.2.1


GroupId

GroupId

com.mastfrog
ArtifactId

ArtifactId

concurrent
Version

Version

2.7.2.1
Type

Type

jar

Download concurrent 2.7.2.1


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