aws
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>br.com.objectos</groupId>
<artifactId>aws</artifactId>
<version>0.1.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>br.com.objectos</groupId> <artifactId>way</artifactId> <version>1.20.0</version> </parent> <artifactId>aws</artifactId> <version>0.1.0</version> <packaging>pom</packaging> <name>objectos :: aws</name> <description>objectos aws utilities</description> <url>https://github.com/objectos/aws</url> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <scm> <connection>scm:git:ssh://git@rio.objectos.com.br:7999/aws/aws.git</connection> <developerConnection>scm:git:ssh://git@rio.objectos.com.br:7999/aws/aws.git</developerConnection> <url>https://github.com/objectos/aws</url> <tag>aws-0.1.0</tag> </scm> <developers> <developer> <id>moe</id> <name>Marcio Endo</name> <email>marcio.endo@objectos.com.br</email> </developer> </developers> <properties> <amazonaws.aws.version>1.9.14</amazonaws.aws.version> </properties> <modules> <module>aws-rds-maven-plugin</module> <module>aws-rds-maven-plugin-it</module> </modules> <build> <pluginManagement> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-enforcer-plugin</artifactId> <configuration> <skip>true</skip> </configuration> </plugin> </plugins> </pluginManagement> </build> </project>