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.0.0.jar download
dexecutor-core-2.0.0.pom download
dexecutor-core-2.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.dexecutor</groupId>
  <artifactId>dexecutor-core</artifactId>
  <version>2.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.dexecutor:dexecutor-core:2.0.0'
Gradle Kotlin
implementation("com.github.dexecutor:dexecutor-core:2.0.0")
Scala SBT
libraryDependencies += "com.github.dexecutor" % "dexecutor-core" % "2.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.dexecutor', module='dexecutor-core', version='2.0.0')
)
Apache Ivy
<dependency org="com.github.dexecutor" name="dexecutor-core" rev="2.0.0" />
Leiningen
[com.github.dexecutor/dexecutor-core "2.0.0"]
Apache Buildr
'com.github.dexecutor:dexecutor-core:jar:2.0.0'