connector-aws-ses-jvm
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.river-kt</groupId> <artifactId>connector-aws-ses-jvm</artifactId> <version>1.0.0-alpha18</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>com.river-kt</groupId> <artifactId>connector-aws-ses-jvm</artifactId> <version>1.0.0-alpha18</version> <name>connector-aws-ses</name> <description>Extensions & Enterprise Integrations for Kotlin flows.</description> <url>https://river-kt.com</url> <licenses> <license> <name>The MIT License</name> <url>https://opensource.org/license/mit/</url> </license> </licenses> <developers> <developer> <id>gabfssilva</id> <name>Gabriel Francisco</name> <email>gabfssilva@gmail.com</email> </developer> </developers> <scm> <connection>scm:git:git:github.com/River-Kt/river.git</connection> <developerConnection>scm:git:ssh://github.com/River-Kt/river.git</developerConnection> <url>https://github.com/River-Kt/river</url> </scm> <dependencies> <dependency> <groupId>aws.sdk.kotlin</groupId> <artifactId>aws-http-jvm</artifactId> <version>1.0.63</version> <scope>compile</scope> </dependency> <dependency> <groupId>aws.smithy.kotlin</groupId> <artifactId>http-client-jvm</artifactId> <version>1.0.15</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-coroutines-core-jvm</artifactId> <version>1.7.3</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-datetime-jvm</artifactId> <version>0.5.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.river-kt</groupId> <artifactId>core-jvm</artifactId> <version>1.0.0-alpha18</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>1.7.36</version> <scope>compile</scope> </dependency> <dependency> <groupId>aws.sdk.kotlin</groupId> <artifactId>ses-jvm</artifactId> <version>1.0.63</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> <version>1.9.22</version> <scope>compile</scope> </dependency> <dependency> <groupId>aws.smithy.kotlin</groupId> <artifactId>http-client-jvm</artifactId> <version>1.0.15</version> <scope>runtime</scope> </dependency> </dependencies> </project>