is not current version
Last Version 7.0

org.threadly:threadly 4.10.0

A library of tools to assist with safe concurrent java development. Providing a unique priority based thread pool, and ways to distrbute threaded work.

GroupId

GroupId

org.threadly
ArtifactId

ArtifactId

threadly
Version

Version

4.10.0
Type

Type

jar

Download threadly 4.10.0


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