is not current version
Last Version 1.0.3

com.gitlab.jhonsapp:email-dispatcher 1.0.2

Email Dispatcher is an open source project created by Jhonys Camacho and Jhonathan Camacho to facilitate the sending of emails.

GroupId

GroupId

com.gitlab.jhonsapp
ArtifactId

ArtifactId

email-dispatcher
Version

Version

1.0.2
Type

Type

jar

Download email-dispatcher 1.0.2


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