is not current version
Last Version 2.2.4

io.github.portlek:workload 2.0.9

A library to run heavy task operations.

GroupId

GroupId

io.github.portlek
ArtifactId

ArtifactId

workload
Version

Version

2.0.9
Type

Type

jar

Download workload 2.0.9


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