is not current version
Last Version 7.0

org.threadly:threadly 5.25

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

5.25
Type

Type

jar

Download threadly 5.25


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