MVN

com.ebay.taskgraph : TaskGraph

Maven & Gradle

Nov 24, 2022
8 stars

Task Graph Toolkit · An extension of basic Java concurrency patterns to build a set of interdependent tasks.

<dependency>
    <groupId>com.ebay.taskgraph</groupId>
    <artifactId>TaskGraph</artifactId>
    <version>1.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ebay.taskgraph : TaskGraph to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.2

All Versions

Choose a version of com.ebay.taskgraph : TaskGraph to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
TaskGraph-1.0.2
TaskGraph-1.0.1
TaskGraph-1.0.0

How to add a dependency to Maven

Add the following com.ebay.taskgraph : TaskGraph maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.ebay.taskgraph</groupId>
    <artifactId>TaskGraph</artifactId>
    <version>1.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.ebay.taskgraph : TaskGraph gradle dependency to your build.gradle file:

implementation 'com.ebay.taskgraph:TaskGraph:1.0.2'

Gradle Kotlin DSL: Add the following com.ebay.taskgraph : TaskGraph gradle kotlin dependency to your build.gradle.kts file:

implementation("com.ebay.taskgraph:TaskGraph:1.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.ebay.taskgraph : TaskGraph sbt scala dependency to your build.sbt file:

libraryDependencies += "com.ebay.taskgraph" % "TaskGraph" % "1.0.2"

Advertisement