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

org.clevermore:smartexecutor 1.0.8

SmartExecutor is a light-weight thread execution framework. The goal of the framework is to provide easy controllable thread executions with decent build-in monitoring capabilities.

Группа

Группа

org.clevermore
Идентификатор

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

smartexecutor
Версия

Версия

1.0.8
Тип

Тип

jar

Скачать smartexecutor 1.0.8


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