не последняя версия
Последняя версия 2.8.3

com.mastfrog:concurrent 2.8.2


Группа

Группа

com.mastfrog
Идентификатор

Идентификатор

concurrent
Версия

Версия

2.8.2
Тип

Тип

jar

Скачать concurrent 2.8.2


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