License |
License |
---|---|
GroupId | GroupIdorg.ploin.pmf |
ArtifactId | ArtifactIdploinMailFactory |
Last Version | Last Version1.4.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionploinMailFactory
The ploinMailFactory (in the past "javaMailFactory") is a mailing framework that provides extended features like a load balancing, templating mechanism, multitenancy and localizaion. Internally it uses the commons-email API from Apache.
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
ploinMailFactory-1.4.1.pom | |
ploinMailFactory-1.4.1.jar | 30 KB |
ploinMailFactory-1.4.1-sources.jar | 24 KB |
ploinMailFactory-1.4.1-javadoc.jar | 134 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ploin.pmf/ploinMailFactory/ -->
<dependency>
<groupId>org.ploin.pmf</groupId>
<artifactId>ploinMailFactory</artifactId>
<version>1.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.ploin.pmf/ploinMailFactory/
implementation 'org.ploin.pmf:ploinMailFactory:1.4.1'
// https://jarcasting.com/artifacts/org.ploin.pmf/ploinMailFactory/
implementation ("org.ploin.pmf:ploinMailFactory:1.4.1")
'org.ploin.pmf:ploinMailFactory:jar:1.4.1'
<dependency org="org.ploin.pmf" name="ploinMailFactory" rev="1.4.1">
<artifact name="ploinMailFactory" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ploin.pmf', module='ploinMailFactory', version='1.4.1')
)
libraryDependencies += "org.ploin.pmf" % "ploinMailFactory" % "1.4.1"
[org.ploin.pmf/ploinMailFactory "1.4.1"]
Group / Artifact | Type | Version |
---|---|---|
commons-logging : commons-logging | jar | 1.1 |
commons-logging : commons-logging-api | jar | 1.1 |
log4j : log4j | jar | 1.2.15 |
javax.mail : mail | jar | 1.4 |
org.apache.commons : commons-email | jar | 1.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.4 |