MVN

com.gammarer : aws-ecs-fargate-task-termination-detection-event-rule

Maven & Gradle

Aug 26, 2023
0 stars

com.gammarer:aws-ecs-fargate-task-termination-detection-event-rule · This an AWS ECS Fargate task termination detection Event Rule.

<dependency>
    <groupId>com.gammarer</groupId>
    <artifactId>aws-ecs-fargate-task-termination-detection-event-rule</artifactId>
    <version>0.5.12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.gammarer : aws-ecs-fargate-task-termination-detection-event-rule to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.12

All Versions

Choose a version of com.gammarer : aws-ecs-fargate-task-termination-detection-event-rule to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5.x
aws-ecs-fargate-task-termination-detection-event-rule-0.5.12
aws-ecs-fargate-task-termination-detection-event-rule-0.5.11
aws-ecs-fargate-task-termination-detection-event-rule-0.5.10
aws-ecs-fargate-task-termination-detection-event-rule-0.5.9
aws-ecs-fargate-task-termination-detection-event-rule-0.5.8
aws-ecs-fargate-task-termination-detection-event-rule-0.5.7
aws-ecs-fargate-task-termination-detection-event-rule-0.5.6
aws-ecs-fargate-task-termination-detection-event-rule-0.5.5
aws-ecs-fargate-task-termination-detection-event-rule-0.5.4
aws-ecs-fargate-task-termination-detection-event-rule-0.5.3
aws-ecs-fargate-task-termination-detection-event-rule-0.5.2
aws-ecs-fargate-task-termination-detection-event-rule-0.5.1
aws-ecs-fargate-task-termination-detection-event-rule-0.5.0

How to add a dependency to Maven

Add the following com.gammarer : aws-ecs-fargate-task-termination-detection-event-rule maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.gammarer</groupId>
    <artifactId>aws-ecs-fargate-task-termination-detection-event-rule</artifactId>
    <version>0.5.12</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.gammarer : aws-ecs-fargate-task-termination-detection-event-rule gradle dependency to your build.gradle file:

implementation 'com.gammarer:aws-ecs-fargate-task-termination-detection-event-rule:0.5.12'

Gradle Kotlin DSL: Add the following com.gammarer : aws-ecs-fargate-task-termination-detection-event-rule gradle kotlin dependency to your build.gradle.kts file:

implementation("com.gammarer:aws-ecs-fargate-task-termination-detection-event-rule:0.5.12")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.gammarer : aws-ecs-fargate-task-termination-detection-event-rule sbt scala dependency to your build.sbt file:

libraryDependencies += "com.gammarer" % "aws-ecs-fargate-task-termination-detection-event-rule" % "0.5.12"