MVN

com.github.autoscaler : autoscale-email-alert-dispatcher

Maven & Gradle

Dec 21, 2022
4 usages
1 stars
<dependency>
    <groupId>com.github.autoscaler</groupId>
    <artifactId>autoscale-email-alert-dispatcher</artifactId>
    <version>1.10.0-869</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.autoscaler : autoscale-email-alert-dispatcher to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.10.0-869

All Versions

Choose a version of com.github.autoscaler : autoscale-email-alert-dispatcher to add to Maven or Gradle - All Versions:

  • Version Updated
  • autoscale-email-alert-dispatcher-1.10.0-869

    Dec 21, 2022
  • autoscale-email-alert-dispatcher-1.9.2-833

    Sep 08, 2022
  • autoscale-email-alert-dispatcher-1.9.1-797

    Apr 25, 2022
  • autoscale-email-alert-dispatcher-1.9.0-659

    Oct 12, 2021
  • autoscale-email-alert-dispatcher-1.8.2-570

    May 17, 2021
  • autoscale-email-alert-dispatcher-1.8.1-542

    Jan 06, 2021
  • autoscale-email-alert-dispatcher-1.8.0-493

    Aug 22, 2020
  • autoscale-email-alert-dispatcher-1.7.0-363

    Mar 19, 2020
  • autoscale-email-alert-dispatcher-1.6.1-313

    Oct 23, 2019
  • autoscale-email-alert-dispatcher-1.6.0-311

    Oct 17, 2019
  • autoscale-email-alert-dispatcher-1.5.0-275

    Apr 18, 2019
  • autoscale-email-alert-dispatcher-1.4.0-242

    Dec 06, 2018

How to add a dependency to Maven

Add the following com.github.autoscaler : autoscale-email-alert-dispatcher maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.autoscaler</groupId>
    <artifactId>autoscale-email-alert-dispatcher</artifactId>
    <version>1.10.0-869</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.autoscaler : autoscale-email-alert-dispatcher gradle dependency to your build.gradle file:

implementation 'com.github.autoscaler:autoscale-email-alert-dispatcher:1.10.0-869'

Gradle Kotlin DSL: Add the following com.github.autoscaler : autoscale-email-alert-dispatcher gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.autoscaler:autoscale-email-alert-dispatcher:1.10.0-869")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.autoscaler : autoscale-email-alert-dispatcher sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.autoscaler" % "autoscale-email-alert-dispatcher" % "1.10.0-869"