is not current version
Last Version 2.0.1

io.github.alexmofer.job:job-core 2.0.0

The basic core of thread asynchrony is independent of the platform and facilitates the further realization of thread asynchrony in Android or HarmonyOS.

GroupId

GroupId

io.github.alexmofer.job
ArtifactId

ArtifactId

job-core
Version

Version

2.0.0
Type

Type

jar

Download job-core 2.0.0


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