| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.wlfcolin |
| Идентификатор | Идентификаторpriority-thread-pool-executor |
| Версия | Версия0.2.0 |
| Тип | Типjar |
| Описание |
Описаниеcom.github.wlfcolin:priority-thread-pool-executor
A java thread pool with assigned and dynamically adjusted task priority
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
<!-- https://jarcasting.com/artifacts/com.github.wlfcolin/priority-thread-pool-executor/ -->
<dependency>
<groupId>com.github.wlfcolin</groupId>
<artifactId>priority-thread-pool-executor</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wlfcolin/priority-thread-pool-executor/
implementation 'com.github.wlfcolin:priority-thread-pool-executor:0.2.0'
// https://jarcasting.com/artifacts/com.github.wlfcolin/priority-thread-pool-executor/
implementation ("com.github.wlfcolin:priority-thread-pool-executor:0.2.0")
'com.github.wlfcolin:priority-thread-pool-executor:jar:0.2.0'
<dependency org="com.github.wlfcolin" name="priority-thread-pool-executor" rev="0.2.0">
<artifact name="priority-thread-pool-executor" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wlfcolin', module='priority-thread-pool-executor', version='0.2.0')
)
libraryDependencies += "com.github.wlfcolin" % "priority-thread-pool-executor" % "0.2.0"
[com.github.wlfcolin/priority-thread-pool-executor "0.2.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.13 |