MVN

com.github.dexecutor : dexecutor-core

Maven & Gradle

May 25, 2021
9 usages
246 stars

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

<dependency>
    <groupId>com.github.dexecutor</groupId>
    <artifactId>dexecutor-core</artifactId>
    <version>2.1.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.dexecutor : dexecutor-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.4

All Versions

Choose a version of com.github.dexecutor : dexecutor-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
dexecutor-core-2.1.4
dexecutor-core-2.1.3
dexecutor-core-2.1.2
dexecutor-core-2.1.1
dexecutor-core-2.1.0
2.0.x
dexecutor-core-2.0.2
dexecutor-core-2.0.1
dexecutor-core-2.0.0
1.1.x
dexecutor-core-1.1.2
dexecutor-core-1.1.1
dexecutor-core-1.1.0
1.0.x
dexecutor-core-1.0.3
dexecutor-core-1.0.2
dexecutor-core-1.0.1
dexecutor-core-1.0.0

How to add a dependency to Maven

Add the following com.github.dexecutor : dexecutor-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.dexecutor</groupId>
    <artifactId>dexecutor-core</artifactId>
    <version>2.1.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.dexecutor : dexecutor-core gradle dependency to your build.gradle file:

implementation 'com.github.dexecutor:dexecutor-core:2.1.4'

Gradle Kotlin DSL: Add the following com.github.dexecutor : dexecutor-core gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.dexecutor:dexecutor-core:2.1.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.dexecutor : dexecutor-core sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.dexecutor" % "dexecutor-core" % "2.1.4"

Advertisement

Dependencies from Group

Discover Dependencies

Nov 17, 2017
3 usages
5.3k stars
Oct 03, 2021
2 usages
3 stars
Oct 03, 2021
2 usages
3 stars
Oct 03, 2021
2 usages
3 stars
Oct 03, 2021
2 usages
3 stars
Oct 03, 2021
2 usages
3 stars
Oct 03, 2021
2 usages
3 stars
Apr 06, 2020
4 usages
1.7k stars
Apr 20, 2020
8 usages
0 stars