MVN

com.aestasit.infrastructure.aws : gramazon

Maven & Gradle

Nov 26, 2014
19 stars

Gramazon · A Groovy library and Gradle plugin for working with Amazon EC2 instances.

<dependency>
    <groupId>com.aestasit.infrastructure.aws</groupId>
    <artifactId>gramazon</artifactId>
    <version>0.3.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.aestasit.infrastructure.aws : gramazon to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.7

All Versions

Choose a version of com.aestasit.infrastructure.aws : gramazon to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
gramazon-0.3.7

How to add a dependency to Maven

Add the following com.aestasit.infrastructure.aws : gramazon maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.aestasit.infrastructure.aws</groupId>
    <artifactId>gramazon</artifactId>
    <version>0.3.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.aestasit.infrastructure.aws : gramazon gradle dependency to your build.gradle file:

implementation 'com.aestasit.infrastructure.aws:gramazon:0.3.7'

Gradle Kotlin DSL: Add the following com.aestasit.infrastructure.aws : gramazon gradle kotlin dependency to your build.gradle.kts file:

implementation("com.aestasit.infrastructure.aws:gramazon:0.3.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.aestasit.infrastructure.aws : gramazon sbt scala dependency to your build.sbt file:

libraryDependencies += "com.aestasit.infrastructure.aws" % "gramazon" % "0.3.7"

Advertisement