quarkus-angus-mail
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.quarkiverse.angusmail</groupId> <artifactId>quarkus-angus-mail</artifactId> <version>0.0.3</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>io.quarkiverse.angusmail</groupId> <artifactId>quarkus-angus-mail</artifactId> <version>0.0.3</version> <name>Quarkus Angus Mail - Runtime</name> <description>An implementation of the Jakarta Mail Specification 2.1+ providing a platform-independent and protocol-independent framework to build mail and messaging applications</description> <url>https://quarkiverse.io</url> <licenses> <license> <name>Apache License, Version 2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>quarkus</id> <name>Quarkus Community</name> </developer> </developers> <scm child.scm.connection.inherit.append.path="false" child.scm.developerConnection.inherit.append.path="false" child.scm.url.inherit.append.path="false"> <connection>scm:git:git@github.com:quarkiverse/quarkus-angus-mail.git</connection> <developerConnection>scm:git:git@github.com:quarkiverse/quarkus-angus-mail.git</developerConnection> <tag>0.0.3</tag> <url>https://github.com/quarkiverse/quarkus-angus-mail</url> </scm> <dependencies> <dependency> <groupId>io.quarkus</groupId> <artifactId>quarkus-arc</artifactId> <version>3.17.6</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.eclipse.angus</groupId> <artifactId>angus-mail</artifactId> <version>2.0.3</version> <scope>compile</scope> </dependency> </dependencies> </project>