is not current version
Last Version 2.3.8

org.minbox.framework:api-boot-starter-mail 2.2.4.RELEASE

ApiBoot提供快速集成发送邮件服务

GroupId

GroupId

org.minbox.framework
ArtifactId

ArtifactId

api-boot-starter-mail
Version

Version

2.2.4.RELEASE
Type

Type

jar

Download api-boot-starter-mail 2.2.4.RELEASE


<!-- https://jarcasting.com/artifacts/org.minbox.framework/api-boot-starter-mail/ -->
<dependency>
    <groupId>org.minbox.framework</groupId>
    <artifactId>api-boot-starter-mail</artifactId>
    <version>2.2.4.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.minbox.framework/api-boot-starter-mail/
implementation 'org.minbox.framework:api-boot-starter-mail:2.2.4.RELEASE'
// https://jarcasting.com/artifacts/org.minbox.framework/api-boot-starter-mail/
implementation ("org.minbox.framework:api-boot-starter-mail:2.2.4.RELEASE")
'org.minbox.framework:api-boot-starter-mail:jar:2.2.4.RELEASE'
<dependency org="org.minbox.framework" name="api-boot-starter-mail" rev="2.2.4.RELEASE">
  <artifact name="api-boot-starter-mail" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.minbox.framework', module='api-boot-starter-mail', version='2.2.4.RELEASE')
)
libraryDependencies += "org.minbox.framework" % "api-boot-starter-mail" % "2.2.4.RELEASE"
[org.minbox.framework/api-boot-starter-mail "2.2.4.RELEASE"]