is not current version
Last Version 1.0.3

com.gitlab.jhonsapp:email-dispatcher 1.0.1

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

Type

jar

Download email-dispatcher 1.0.1


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