machete-sns
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.starchartlabs.machete</groupId> <artifactId>machete-sns</artifactId> <version>1.0.3</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="http://maven.apache.org/POM/4.0.0" 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>org.starchartlabs.machete</groupId> <artifactId>machete-sns</artifactId> <version>1.0.3</version> <name>machete-sns</name> <description>Utilities for interacting with Amazon SNS</description> <url>https://github.com/StarChart-Labs/machete</url> <licenses> <license> <name>The MIT License</name> <url>https://opensource.org/licenses/MIT</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>romeara</id> <name>Ryan O'Meara</name> <url>https://github.com/romeara</url> </developer> </developers> <contributors> <contributor> <name>jholmes7086</name> <url>https://github.com/jholmes7086</url> </contributor> </contributors> <scm> <connection>scm:git:git://github.com/StarChart-Labs/machete.git</connection> <developerConnection>scm:git:ssh://github.com/StarChart-Labs/machete.git</developerConnection> <url>https://github.com/StarChart-Labs/machete</url> </scm> <dependencyManagement> <dependencies> <dependency> <groupId>com.amazonaws</groupId> <artifactId>aws-java-sdk-ssm</artifactId> <version>1.12.305</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> <version>2.13.4</version> </dependency> <dependency> <groupId>org.starchartlabs.alloy</groupId> <artifactId>alloy-core</artifactId> <version>1.0.3</version> </dependency> <dependency> <groupId>com.amazonaws</groupId> <artifactId>aws-lambda-java-events</artifactId> <version>3.11.0</version> </dependency> </dependencies> </dependencyManagement> <dependencies> <dependency> <groupId>com.amazonaws</groupId> <artifactId>aws-lambda-java-events</artifactId> <scope>compile</scope> </dependency> <dependency> <groupId>org.starchartlabs.alloy</groupId> <artifactId>alloy-core</artifactId> <scope>compile</scope> </dependency> </dependencies> </project>