| License |
License |
|---|---|
| GroupId | GroupIdcom.github.wlfcolin |
| ArtifactId | ArtifactIdpriority-thread-pool-executor |
| Last Version | Last Version0.2.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptioncom.github.wlfcolin:priority-thread-pool-executor
A java thread pool with assigned and dynamically adjusted task priority
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13 |