d

dexecutor-core

Executing dependent/Independent tasks in a reliable way, is made so easy that even your grandma can do it.
https://github.com/dexecutor/dexecutor-core
The Apache License, Version 2.0
Dexecutor
Nadeem Mohammad
Files download
File Operation
dexecutor-core-2.1.4.jar download
dexecutor-core-2.1.4.pom download
dexecutor-core-2.1.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.dexecutor</groupId>
  <artifactId>dexecutor-core</artifactId>
  <version>2.1.4</version>
</dependency>
Gradle Groovy
implementation 'com.github.dexecutor:dexecutor-core:2.1.4'
Gradle Kotlin
implementation("com.github.dexecutor:dexecutor-core:2.1.4")
Scala SBT
libraryDependencies += "com.github.dexecutor" % "dexecutor-core" % "2.1.4"
Groovy Grape
@Grapes(
  @Grab(group='com.github.dexecutor', module='dexecutor-core', version='2.1.4')
)
Apache Ivy
<dependency org="com.github.dexecutor" name="dexecutor-core" rev="2.1.4" />
Leiningen
[com.github.dexecutor/dexecutor-core "2.1.4"]
Apache Buildr
'com.github.dexecutor:dexecutor-core:jar:2.1.4'