plugin-vm-aws
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.ligoj.plugin</groupId> <artifactId>plugin-vm-aws</artifactId> <version>1.0.19</version> </dependency>
<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>org.ligoj.api</groupId> <artifactId>plugin-parent</artifactId> <version>3.1.6</version> <relativePath /> </parent> <groupId>org.ligoj.plugin</groupId> <artifactId>plugin-vm-aws</artifactId> <version>1.0.19</version> <packaging>jar</packaging> <name>Ligoj - Plugin VM AWS EC2</name> <scm> <connection>scm:git:https://github.com/ligoj/plugin-vm-aws</connection> <developerConnection>scm:git:https://github.com/ligoj/plugin-vm-aws</developerConnection> <url>https://github.com/ligoj/plugin-vm-aws.git</url> </scm> <dependencies> <dependency> <groupId>org.ligoj.plugin</groupId> <artifactId>plugin-vm</artifactId> <version>[2.0.0-SNAPSHOT,2.1.0)</version> <scope>provided</scope> </dependency> </dependencies> <profiles> <profile> <id>bintray</id> <distributionManagement> <repository> <id>bintray-ligoj-maven-repo</id> <url>https://api.bintray.com/maven/ligoj/maven-repo/plugin-vm-aws/;publish=1</url> </repository> </distributionManagement> </profile> </profiles> </project>