MVN

com.elastisys.scale : cloudadapters.aws.ec2

Maven & Gradle

Mar 03, 2015
3 stars

elastisys:scale :: cloudadapters :: AWS :: EC2 adapter · A cloud adapter capable of managing a scaling group of EC2 instances. This build module produces an all-in-one "server and application" executable jar file. When executed, it starts an embedded web server that publishes the cloud adapter REST API endpoint.

<dependency>
    <groupId>com.elastisys.scale</groupId>
    <artifactId>cloudadapters.aws.ec2</artifactId>
    <version>2.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.elastisys.scale : cloudadapters.aws.ec2 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.1

All Versions

Choose a version of com.elastisys.scale : cloudadapters.aws.ec2 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
cloudadapters.aws.ec2-2.0.1
cloudadapters.aws.ec2-2.0.0
1.1.x
cloudadapters.aws.ec2-1.1.1
cloudadapters.aws.ec2-1.1.0
1.0.x
cloudadapters.aws.ec2-1.0.1
cloudadapters.aws.ec2-1.0.0

How to add a dependency to Maven

Add the following com.elastisys.scale : cloudadapters.aws.ec2 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.elastisys.scale</groupId>
    <artifactId>cloudadapters.aws.ec2</artifactId>
    <version>2.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.elastisys.scale : cloudadapters.aws.ec2 gradle dependency to your build.gradle file:

implementation 'com.elastisys.scale:cloudadapters.aws.ec2:2.0.1'

Gradle Kotlin DSL: Add the following com.elastisys.scale : cloudadapters.aws.ec2 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.elastisys.scale:cloudadapters.aws.ec2:2.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.elastisys.scale : cloudadapters.aws.ec2 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.elastisys.scale" % "cloudadapters.aws.ec2" % "2.0.1"

Advertisement