License |
License |
---|---|
GroupId | GroupIdcom.github.lhnonline |
ArtifactId | ArtifactIdweboot-mailer |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionweboot-mailer
用于SpringBoot项目 | 发送邮件
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
weboot-mailer-1.0.0.pom | |
weboot-mailer-1.0.0.jar | 7 KB |
weboot-mailer-1.0.0-sources.jar | 3 KB |
weboot-mailer-1.0.0-javadoc.jar | 47 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.lhnonline/weboot-mailer/ -->
<dependency>
<groupId>com.github.lhnonline</groupId>
<artifactId>weboot-mailer</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lhnonline/weboot-mailer/
implementation 'com.github.lhnonline:weboot-mailer:1.0.0'
// https://jarcasting.com/artifacts/com.github.lhnonline/weboot-mailer/
implementation ("com.github.lhnonline:weboot-mailer:1.0.0")
'com.github.lhnonline:weboot-mailer:jar:1.0.0'
<dependency org="com.github.lhnonline" name="weboot-mailer" rev="1.0.0">
<artifact name="weboot-mailer" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lhnonline', module='weboot-mailer', version='1.0.0')
)
libraryDependencies += "com.github.lhnonline" % "weboot-mailer" % "1.0.0"
[com.github.lhnonline/weboot-mailer "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter | jar | 2.2.9.RELEASE |
org.springframework.boot : spring-boot-starter-web | jar | 2.2.9.RELEASE |
org.springframework.boot : spring-boot-configuration-processor | jar | 2.2.9.RELEASE |
org.projectlombok : lombok | jar | 1.18.12 |
javax.mail : mail | jar | 1.4.7 |
cn.hutool : hutool-all | jar | 5.4.7 |