is not current version
Last Version 2.1.2-RELEASE

com.hb0730:commons-mail 2.1.0-RELEASE

java mail 以及Spring Mail

GroupId

GroupId

com.hb0730
ArtifactId

ArtifactId

commons-mail
Version

Version

2.1.0-RELEASE
Type

Type

jar

Download commons-mail 2.1.0-RELEASE


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