| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.clevermore |
| Идентификатор | Идентификаторsmartexecutor |
| Версия | Версия1.0.9 |
| Тип | Типjar |
| Описание |
Описаниеsmartexecutor
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.
|
| Имя Файла | Размер |
|---|---|
| smartexecutor-1.0.9.pom | |
| smartexecutor-1.0.9.jar | 93 KB |
| smartexecutor-1.0.9-sources.jar | 34 KB |
| smartexecutor-1.0.9-javadoc.jar | 237 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.clevermore/smartexecutor/ -->
<dependency>
<groupId>org.clevermore</groupId>
<artifactId>smartexecutor</artifactId>
<version>1.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.clevermore/smartexecutor/
implementation 'org.clevermore:smartexecutor:1.0.9'
// https://jarcasting.com/artifacts/org.clevermore/smartexecutor/
implementation ("org.clevermore:smartexecutor:1.0.9")
'org.clevermore:smartexecutor:jar:1.0.9'
<dependency org="org.clevermore" name="smartexecutor" rev="1.0.9">
<artifact name="smartexecutor" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.clevermore', module='smartexecutor', version='1.0.9')
)
libraryDependencies += "org.clevermore" % "smartexecutor" % "1.0.9"
[org.clevermore/smartexecutor "1.0.9"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.slf4j : slf4j-api | jar | 1.7.5 |
| org.slf4j : slf4j-log4j12 | jar | 1.7.5 |
| log4j : log4j | jar | 1.2.17 |