License |
License |
---|---|
GroupId | GroupIdcom.gitlab.jhonsapp |
ArtifactId | ArtifactIdsimple-email |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSimple email
A bunch of classes that facilitate sending e-mails.
|
Filename | Size |
---|---|
simple-email-1.0.0.pom | |
simple-email-1.0.0.jar | 53 KB |
simple-email-1.0.0-sources.jar | 45 KB |
simple-email-1.0.0-javadoc.jar | 267 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gitlab.jhonsapp/simple-email/ -->
<dependency>
<groupId>com.gitlab.jhonsapp</groupId>
<artifactId>simple-email</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitlab.jhonsapp/simple-email/
implementation 'com.gitlab.jhonsapp:simple-email:1.0.0'
// https://jarcasting.com/artifacts/com.gitlab.jhonsapp/simple-email/
implementation ("com.gitlab.jhonsapp:simple-email:1.0.0")
'com.gitlab.jhonsapp:simple-email:jar:1.0.0'
<dependency org="com.gitlab.jhonsapp" name="simple-email" rev="1.0.0">
<artifact name="simple-email" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitlab.jhonsapp', module='simple-email', version='1.0.0')
)
libraryDependencies += "com.gitlab.jhonsapp" % "simple-email" % "1.0.0"
[com.gitlab.jhonsapp/simple-email "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
javax : javaee-api | jar | 7.0 |
com.sun.mail : javax.mail | jar | 1.5.5 |
javax.activation : activation | jar | 1.1 |
org.apache.velocity : velocity Optional | jar | 1.7 |
org.freemarker : freemarker Optional | jar | 2.3.16 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.1 |
org.subethamail : subethasmtp | jar | 3.1.7 |
org.slf4j : slf4j-simple | jar | 1.6.1 |
org.slf4j : slf4j-api | jar | 1.6.1 |
com.google.guava : guava | jar | 14.0.1 |