is not current version
Last Version 1.0.1

com.github.yelong0216:yelong-mail 1.0.0

发送邮件的简单实现

GroupId

GroupId

com.github.yelong0216
ArtifactId

ArtifactId

yelong-mail
Version

Version

1.0.0
Type

Type

jar

Download yelong-mail 1.0.0


<!-- https://jarcasting.com/artifacts/com.github.yelong0216/yelong-mail/ -->
<dependency>
    <groupId>com.github.yelong0216</groupId>
    <artifactId>yelong-mail</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yelong0216/yelong-mail/
implementation 'com.github.yelong0216:yelong-mail:1.0.0'
// https://jarcasting.com/artifacts/com.github.yelong0216/yelong-mail/
implementation ("com.github.yelong0216:yelong-mail:1.0.0")
'com.github.yelong0216:yelong-mail:jar:1.0.0'
<dependency org="com.github.yelong0216" name="yelong-mail" rev="1.0.0">
  <artifact name="yelong-mail" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yelong0216', module='yelong-mail', version='1.0.0')
)
libraryDependencies += "com.github.yelong0216" % "yelong-mail" % "1.0.0"
[com.github.yelong0216/yelong-mail "1.0.0"]