MVN

org.apache.stratos : aws-ec2

Maven & Gradle

Aug 06, 2016
3 usages

jclouds Amazon EC2 provider · EC2 implementation targeted to Amazon Web Services

<dependency>
    <groupId>org.apache.stratos</groupId>
    <artifactId>aws-ec2</artifactId>
    <version>1.9.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.stratos : aws-ec2 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.9.1

All Versions

Choose a version of org.apache.stratos : aws-ec2 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.9.x
aws-ec2-1.9.1
1.8.x
aws-ec2-1.8.1-stratosv1
aws-ec2-1.8.1-stratos
1.7.x
aws-ec2-1.7.1-stratos

How to add a dependency to Maven

Add the following org.apache.stratos : aws-ec2 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.stratos</groupId>
    <artifactId>aws-ec2</artifactId>
    <version>1.9.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.stratos : aws-ec2 gradle dependency to your build.gradle file:

implementation 'org.apache.stratos:aws-ec2:1.9.1'

Gradle Kotlin DSL: Add the following org.apache.stratos : aws-ec2 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.stratos:aws-ec2:1.9.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.stratos : aws-ec2 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.stratos" % "aws-ec2" % "1.9.1"