| License |
License |
|---|---|
| GroupId | GroupIdbr.com.muryllo.jmailer |
| ArtifactId | ArtifactIdjmailer |
| Version | Version1.2.3 |
| Type | Typejar |
| Description |
Descriptionjmailer
Esta é uma biblioteca simples e pragmática para envio de e-mails em sistemas feitos sob Node.js usando JavaScript ou Typescript.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jmailer-1.2.3.pom | |
| jmailer-1.2.3.jar | 9 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/br.com.muryllo.jmailer/jmailer/ -->
<dependency>
<groupId>br.com.muryllo.jmailer</groupId>
<artifactId>jmailer</artifactId>
<version>1.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/br.com.muryllo.jmailer/jmailer/
implementation 'br.com.muryllo.jmailer:jmailer:1.2.3'
// https://jarcasting.com/artifacts/br.com.muryllo.jmailer/jmailer/
implementation ("br.com.muryllo.jmailer:jmailer:1.2.3")
'br.com.muryllo.jmailer:jmailer:jar:1.2.3'
<dependency org="br.com.muryllo.jmailer" name="jmailer" rev="1.2.3">
<artifact name="jmailer" type="jar" />
</dependency>
@Grapes(
@Grab(group='br.com.muryllo.jmailer', module='jmailer', version='1.2.3')
)
libraryDependencies += "br.com.muryllo.jmailer" % "jmailer" % "1.2.3"
[br.com.muryllo.jmailer/jmailer "1.2.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.squareup.okhttp3 : okhttp | jar | 4.9.0 |
| com.google.code.gson : gson | jar | 2.8.5 |