MVN

com.centurylink.mdw.assets : sendgrid

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

Latest Version

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

  • Latest Stable: 6.1.39

All Versions

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

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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