is not current version
Last Version 2.0

tech.aroma:aroma-email-service 1.1

Part of the Aroma Project. Simplicity is paramount. The Email Service is responsible for sending Actual Emails to Aroma Users.

GroupId

GroupId

tech.aroma
ArtifactId

ArtifactId

aroma-email-service
Version

Version

1.1
Type

Type

jar

Download aroma-email-service 1.1


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