play-mailer_2.13
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.typesafe.play</groupId>
<artifactId>play-mailer_2.13</artifactId>
<version>9.1.0</version>
</dependency><?xml version='1.0' encoding='UTF-8'?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<groupId>com.typesafe.play</groupId>
<artifactId>play-mailer_2.13</artifactId>
<packaging>jar</packaging>
<description>Play mailer plugin</description>
<url>https://github.com/playframework/play-mailer</url>
<version>9.1.0</version>
<licenses>
<license>
<name>Apache-2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>play-mailer</name>
<organization>
<name>The Play Framework Project</name>
<url>https://playframework.com/</url>
</organization>
<scm>
<url>https://github.com/playframework/play-mailer</url>
<connection>scm:git:https://github.com/playframework/play-mailer.git</connection>
<developerConnection>scm:git:git@github.com:playframework/play-mailer.git</developerConnection>
</scm>
<developers>
<developer>
<id>playframework</id>
<name>The Play Framework Contributors</name>
<url>https://github.com/playframework</url>
<email>contact@playframework.com</email>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.13.15</version>
</dependency>
<dependency>
<groupId>javax.inject</groupId>
<artifactId>javax.inject</artifactId>
<version>1</version>
</dependency>
<dependency>
<groupId>com.typesafe</groupId>
<artifactId>config</artifactId>
<version>1.4.3</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.16</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-email</artifactId>
<version>1.6.0</version>
</dependency>
<dependency>
<groupId>com.typesafe.play</groupId>
<artifactId>play_2.13</artifactId>
<version>2.9.5</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.typesafe.play</groupId>
<artifactId>play-specs2_2.13</artifactId>
<version>2.9.5</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>