MVN

com.centurylink.mdw.assets : tests-variables

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>tests-variables</artifactId>
    <version>6.1.39</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 6.1.39

All Versions

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

Version Vulnerabilities Updated
6.1.x
tests-variables-6.1.39
tests-variables-6.1.38
tests-variables-6.1.37
tests-variables-6.1.36

How to add a dependency to Maven

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

<dependency>
    <groupId>com.centurylink.mdw.assets</groupId>
    <artifactId>tests-variables</artifactId>
    <version>6.1.39</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.centurylink.mdw.assets:tests-variables:6.1.39'

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

implementation("com.centurylink.mdw.assets:tests-variables:6.1.39")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.centurylink.mdw.assets" % "tests-variables" % "6.1.39"