MVN

com.centurylink.mdw.assets : react

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

Latest Version

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

  • Latest Stable: 6.1.39

All Versions

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

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement