License |
License |
---|---|
Categories |
CategoriesIDE Development Tools |
GroupId | GroupIdde.jaide |
ArtifactId | ArtifactIdcourier |
Version | Version1.6.2 |
Type | Typejar |
Description |
DescriptionCourier
Naive implementation of an e-mail sending framework. Send freemarker-templated HTML or text-only e-mails
with just a few lines of code. Pre-configure sender accounts and overwrite them in your code where and if needed.
Even e-mail headers are Freemarker-based.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
courier-1.6.2.pom | |
courier-1.6.2.jar | 19 KB |
courier-1.6.2-sources.jar | 16 KB |
courier-1.6.2-javadoc.jar | 93 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.jaide/courier/ -->
<dependency>
<groupId>de.jaide</groupId>
<artifactId>courier</artifactId>
<version>1.6.2</version>
</dependency>
// https://jarcasting.com/artifacts/de.jaide/courier/
implementation 'de.jaide:courier:1.6.2'
// https://jarcasting.com/artifacts/de.jaide/courier/
implementation ("de.jaide:courier:1.6.2")
'de.jaide:courier:jar:1.6.2'
<dependency org="de.jaide" name="courier" rev="1.6.2">
<artifact name="courier" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.jaide', module='courier', version='1.6.2')
)
libraryDependencies += "de.jaide" % "courier" % "1.6.2"
[de.jaide/courier "1.6.2"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-email | jar | 1.3.1 |
commons-io : commons-io | jar | 2.4 |
com.googlecode.json-simple : json-simple | jar | 1.1.1 |
org.freemarker : freemarker | jar | 2.3.19 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.8.1 |