is not current version
Last Version 0.0.3

com.github.houbb:email 0.0.1

The most elegant email tool for java.

GroupId

GroupId

com.github.houbb
ArtifactId

ArtifactId

email
Version

Version

0.0.1
Type

Type

jar

Download email 0.0.1


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