License |
License |
---|---|
Categories |
CategoriesDex General Purpose Libraries Utility |
GroupId | GroupIdcom.github.dexecutor |
ArtifactId | ArtifactIddexecutor-core |
Last Version | Last Version2.1.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDependent Tasks Executor Core
Executing dependent/Independent tasks in a reliable way, is made so easy that even your grandma can do it.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
dexecutor-core-2.1.4.pom | |
dexecutor-core-2.1.4.jar | 53 KB |
dexecutor-core-2.1.4-sources.jar | 52 KB |
dexecutor-core-2.1.4-javadoc.jar | 234 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dexecutor/dexecutor-core/ -->
<dependency>
<groupId>com.github.dexecutor</groupId>
<artifactId>dexecutor-core</artifactId>
<version>2.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dexecutor/dexecutor-core/
implementation 'com.github.dexecutor:dexecutor-core:2.1.4'
// https://jarcasting.com/artifacts/com.github.dexecutor/dexecutor-core/
implementation ("com.github.dexecutor:dexecutor-core:2.1.4")
'com.github.dexecutor:dexecutor-core:jar:2.1.4'
<dependency org="com.github.dexecutor" name="dexecutor-core" rev="2.1.4">
<artifact name="dexecutor-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dexecutor', module='dexecutor-core', version='2.1.4')
)
libraryDependencies += "com.github.dexecutor" % "dexecutor-core" % "2.1.4"
[com.github.dexecutor/dexecutor-core "2.1.4"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.21 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.assertj : assertj-core | jar | 3.5.2 |
org.jmockit : jmockit | jar | 1.28 |
ch.qos.logback : logback-classic | jar | 1.1.7 |
org.slf4j : jul-to-slf4j | jar | 1.7.21 |