MVN

com.github.autoscaler : autoscale-core

Maven & Gradle

Apr 06, 2023
4 usages
1 stars
<dependency>
    <groupId>com.github.autoscaler</groupId>
    <artifactId>autoscale-core</artifactId>
    <version>1.10.1-897</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.10.1-897

All Versions

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

  • Version Updated
  • autoscale-core-1.10.1-897

    Apr 06, 2023
  • autoscale-core-1.10.0-869

    Dec 21, 2022
  • autoscale-core-1.9.2-833

    Sep 08, 2022
  • autoscale-core-1.9.1-797

    Apr 25, 2022
  • autoscale-core-1.9.0-659

    Oct 12, 2021
  • autoscale-core-1.8.2-570

    May 17, 2021
  • autoscale-core-1.8.1-542

    Jan 06, 2021
  • autoscale-core-1.8.0-493

    Aug 22, 2020
  • autoscale-core-1.7.0-363

    Mar 19, 2020
  • autoscale-core-1.6.1-313

    Oct 23, 2019
  • autoscale-core-1.6.0-311

    Oct 17, 2019
  • autoscale-core-1.5.0-275

    Apr 18, 2019
  • autoscale-core-1.4.0-242

    Dec 06, 2018
  • autoscale-core-1.3.0-158

    Jun 30, 2018
  • autoscale-core-1.2.0-79

    Nov 29, 2017
  • autoscale-core-1.1.0-43

    Jun 19, 2017
  • autoscale-core-1.0.1-39

    Jun 17, 2017
  • autoscale-core-1.0.0-12

    Mar 31, 2017

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.autoscaler</groupId>
    <artifactId>autoscale-core</artifactId>
    <version>1.10.1-897</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.autoscaler:autoscale-core:1.10.1-897'

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

implementation("com.github.autoscaler:autoscale-core:1.10.1-897")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.autoscaler" % "autoscale-core" % "1.10.1-897"