MVN

com.centurylink.mdw.assets : task

Maven & Gradle

Nov 03, 2020
46 stars

MDW · MDW is a workflow framework specializing in microservice orchestration

<dependency>
    <groupId>com.centurylink.mdw.assets</groupId>
    <artifactId>task</artifactId>
    <version>6.1.39</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.centurylink.mdw.assets : task to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.1.39

All Versions

Choose a version of com.centurylink.mdw.assets : task to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.1.x
task-6.1.39
task-6.1.38
task-6.1.37
task-6.1.36
task-6.1.35
task-6.1.34
task-6.1.33
task-6.1.32
task-6.1.31
task-6.1.30
task-6.1.29
task-6.1.28
task-6.1.27
task-6.1.26
task-6.1.25
task-6.1.24
task-6.1.23
task-6.1.22
task-6.1.21
task-6.1.20
task-6.1.19
task-6.1.18
task-6.1.17
task-6.1.16
task-6.1.15
task-6.1.14
task-6.1.13
task-6.1.12
task-6.1.11
task-6.1.10
task-6.1.09
task-6.1.08
task-6.1.07
task-6.1.06
task-6.1.05
task-6.1.04
task-6.1.03
6.0.x
task-6.0.12
task-6.0.11
task-6.0.10
task-6.0.9

How to add a dependency to Maven

Add the following com.centurylink.mdw.assets : task maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.centurylink.mdw.assets</groupId>
    <artifactId>task</artifactId>
    <version>6.1.39</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.centurylink.mdw.assets : task gradle dependency to your build.gradle file:

implementation 'com.centurylink.mdw.assets:task:6.1.39'

Gradle Kotlin DSL: Add the following com.centurylink.mdw.assets : task gradle kotlin dependency to your build.gradle.kts file:

implementation("com.centurylink.mdw.assets:task:6.1.39")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.centurylink.mdw.assets : task sbt scala dependency to your build.sbt file:

libraryDependencies += "com.centurylink.mdw.assets" % "task" % "6.1.39"