is not current version
Last Version 2.1.4

com.github.dexecutor:dexecutor-core 2.0.2

Executing dependent/Independent tasks in a reliable way, is made so easy that even your grandma can do it.

Categories

Categories

Dex General Purpose Libraries Utility
GroupId

GroupId

com.github.dexecutor
ArtifactId

ArtifactId

dexecutor-core
Version

Version

2.0.2
Type

Type

jar

Download dexecutor-core 2.0.2


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