License |
License |
---|---|
GroupId | GroupIdcom.github.yelong0216 |
ArtifactId | ArtifactIdyelong-mail |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionyelong-mail
发送邮件的简单实现
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
yelong-mail-1.0.1.pom | |
yelong-mail-1.0.1.jar | 15 KB |
yelong-mail-1.0.1-sources.jar | 12 KB |
yelong-mail-1.0.1-javadoc.jar | 96 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.yelong0216/yelong-mail/ -->
<dependency>
<groupId>com.github.yelong0216</groupId>
<artifactId>yelong-mail</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yelong0216/yelong-mail/
implementation 'com.github.yelong0216:yelong-mail:1.0.1'
// https://jarcasting.com/artifacts/com.github.yelong0216/yelong-mail/
implementation ("com.github.yelong0216:yelong-mail:1.0.1")
'com.github.yelong0216:yelong-mail:jar:1.0.1'
<dependency org="com.github.yelong0216" name="yelong-mail" rev="1.0.1">
<artifact name="yelong-mail" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yelong0216', module='yelong-mail', version='1.0.1')
)
libraryDependencies += "com.github.yelong0216" % "yelong-mail" % "1.0.1"
[com.github.yelong0216/yelong-mail "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-lang3 | jar | 3.4 |
com.sun.mail : javax.mail | jar | 1.5.0 |