MVN

cn.haoxiaoyong.email : email-msg

Maven & Gradle

Dec 13, 2018
1 stars
<dependency>
    <groupId>cn.haoxiaoyong.email</groupId>
    <artifactId>email-msg</artifactId>
    <version>v1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.haoxiaoyong.email : email-msg to add to Maven or Gradle - Latest Versions:

  • Latest Stable: v1.2

All Versions

Choose a version of cn.haoxiaoyong.email : email-msg to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
v1.2
email-msg-v1.2
v1.1
email-msg-v1.1

How to add a dependency to Maven

Add the following cn.haoxiaoyong.email : email-msg maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.haoxiaoyong.email</groupId>
    <artifactId>email-msg</artifactId>
    <version>v1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.haoxiaoyong.email : email-msg gradle dependency to your build.gradle file:

implementation 'cn.haoxiaoyong.email:email-msg:v1.2'

Gradle Kotlin DSL: Add the following cn.haoxiaoyong.email : email-msg gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.haoxiaoyong.email:email-msg:v1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.haoxiaoyong.email : email-msg sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.haoxiaoyong.email" % "email-msg" % "v1.2"

Advertisement