j

job-core

The basic core of thread asynchrony is independent of the platform and facilitates the further realization of thread asynchrony in Android or HarmonyOS.
https://github.com/AlexMofer/JobCore
The Apache Software License, Version 2.0
Alex Mofer
文件下载
文件名 操作
job-core-2.0.3.jar 下载
job-core-2.0.3.pom 下载
job-core-2.0.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.alexmofer.job</groupId>
  <artifactId>job-core</artifactId>
  <version>2.0.3</version>
</dependency>
Gradle Groovy
implementation 'io.github.alexmofer.job:job-core:2.0.3'
Gradle Kotlin
implementation("io.github.alexmofer.job:job-core:2.0.3")
Scala SBT
libraryDependencies += "io.github.alexmofer.job" % "job-core" % "2.0.3"
Groovy Grape
@Grapes(
  @Grab(group='io.github.alexmofer.job', module='job-core', version='2.0.3')
)
Apache Ivy
<dependency org="io.github.alexmofer.job" name="job-core" rev="2.0.3" />
Leiningen
[io.github.alexmofer.job/job-core "2.0.3"]
Apache Buildr
'io.github.alexmofer.job:job-core:jar:2.0.3'
本项目依赖
该项目无第三方依赖