License |
License |
---|---|
GroupId | GroupIdbe.ceau |
ArtifactId | ArtifactIdsimplemail |
Last Version | Last Version0.9.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSimpleMail
SimpleMail is (yet another) simple Java SMTP email library
|
Filename | Size |
---|---|
simplemail-0.9.5.pom | |
simplemail-0.9.5.jar | 9 KB |
simplemail-0.9.5-sources.jar | 5 KB |
simplemail-0.9.5-javadoc.jar | 38 KB |
Browse |
<!-- https://jarcasting.com/artifacts/be.ceau/simplemail/ -->
<dependency>
<groupId>be.ceau</groupId>
<artifactId>simplemail</artifactId>
<version>0.9.5</version>
</dependency>
// https://jarcasting.com/artifacts/be.ceau/simplemail/
implementation 'be.ceau:simplemail:0.9.5'
// https://jarcasting.com/artifacts/be.ceau/simplemail/
implementation ("be.ceau:simplemail:0.9.5")
'be.ceau:simplemail:jar:0.9.5'
<dependency org="be.ceau" name="simplemail" rev="0.9.5">
<artifact name="simplemail" type="jar" />
</dependency>
@Grapes(
@Grab(group='be.ceau', module='simplemail', version='0.9.5')
)
libraryDependencies += "be.ceau" % "simplemail" % "0.9.5"
[be.ceau/simplemail "0.9.5"]
Group / Artifact | Type | Version |
---|---|---|
com.sun.mail : javax.mail | jar | 1.5.4 |
org.slf4j : slf4j-api | jar | 1.7.12 |