License |
License |
---|---|
GroupId | GroupIdio.github.alexmofer.job |
ArtifactId | ArtifactIdjob-core |
Version | Version2.0.1 |
Type | Typejar |
Description |
DescriptionJob-Core
The basic core of thread asynchrony is independent of the platform and facilitates the further realization of thread asynchrony in Android or HarmonyOS.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
job-core-2.0.1.pom | |
job-core-2.0.1.jar | 16 KB |
job-core-2.0.1-sources.jar | 11 KB |
job-core-2.0.1-javadoc.jar | 385 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.alexmofer.job/job-core/ -->
<dependency>
<groupId>io.github.alexmofer.job</groupId>
<artifactId>job-core</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.alexmofer.job/job-core/
implementation 'io.github.alexmofer.job:job-core:2.0.1'
// https://jarcasting.com/artifacts/io.github.alexmofer.job/job-core/
implementation ("io.github.alexmofer.job:job-core:2.0.1")
'io.github.alexmofer.job:job-core:jar:2.0.1'
<dependency org="io.github.alexmofer.job" name="job-core" rev="2.0.1">
<artifact name="job-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.alexmofer.job', module='job-core', version='2.0.1')
)
libraryDependencies += "io.github.alexmofer.job" % "job-core" % "2.0.1"
[io.github.alexmofer.job/job-core "2.0.1"]