is not current version
Last Version 7.0

org.threadly:threadly 4.4.3

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.4.3
Type

Type

jar

Download threadly 4.4.3


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