is not current version
Last Version 2.0

tech.aroma:aroma-email-service 1.0

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.0
Type

Type

jar

Download aroma-email-service 1.0


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