| License |
License |
|---|---|
| Categories |
CategoriesQuarkus Container Microservices |
| GroupId | GroupIdio.quarkus |
| ArtifactId | ArtifactIdquarkus-mailer |
| Version | Version2.9.0.CR1 |
| Type | Typejar |
| Description |
DescriptionQuarkus - Mailer - Runtime
Send emails
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| quarkus-mailer-2.9.0.CR1.pom | |
| quarkus-mailer-2.9.0.CR1.jar | 42 KB |
| quarkus-mailer-2.9.0.CR1-sources.jar | 24 KB |
| quarkus-mailer-2.9.0.CR1-javadoc.jar | 522 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.quarkus/quarkus-mailer/ -->
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-mailer</artifactId>
<version>2.9.0.CR1</version>
</dependency>
// https://jarcasting.com/artifacts/io.quarkus/quarkus-mailer/
implementation 'io.quarkus:quarkus-mailer:2.9.0.CR1'
// https://jarcasting.com/artifacts/io.quarkus/quarkus-mailer/
implementation ("io.quarkus:quarkus-mailer:2.9.0.CR1")
'io.quarkus:quarkus-mailer:jar:2.9.0.CR1'
<dependency org="io.quarkus" name="quarkus-mailer" rev="2.9.0.CR1">
<artifact name="quarkus-mailer" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.quarkus', module='quarkus-mailer', version='2.9.0.CR1')
)
libraryDependencies += "io.quarkus" % "quarkus-mailer" % "2.9.0.CR1"
[io.quarkus/quarkus-mailer "2.9.0.CR1"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.quarkus : quarkus-vertx | jar | |
| io.quarkus : quarkus-qute | jar | |
| io.quarkus : quarkus-mutiny | jar | |
| io.smallrye.reactive : smallrye-mutiny-vertx-mail-client | jar |
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.davidmoten : subethasmtp | jar | 5.2.8 |
| com.sun.activation : jakarta.activation | jar | |
| io.quarkus : quarkus-junit5-internal | jar | |
| org.assertj : assertj-core | jar | 3.22.0 |
| io.quarkus : quarkus-bom | pom | 2.9.0.CR1 |