MVN

com.spotify : bigtable-autoscaler

Maven & Gradle

Nov 09, 2020
68 stars

bigtable-autoscaler

<dependency>
    <groupId>com.spotify</groupId>
    <artifactId>bigtable-autoscaler</artifactId>
    <version>0.0.42</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.spotify : bigtable-autoscaler to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.42

All Versions

Choose a version of com.spotify : bigtable-autoscaler to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
bigtable-autoscaler-0.0.42
bigtable-autoscaler-0.0.41
bigtable-autoscaler-0.0.40
bigtable-autoscaler-0.0.39
bigtable-autoscaler-0.0.38
bigtable-autoscaler-0.0.36
bigtable-autoscaler-0.0.34
bigtable-autoscaler-0.0.32
bigtable-autoscaler-0.0.31
bigtable-autoscaler-0.0.30
bigtable-autoscaler-0.0.28
bigtable-autoscaler-0.0.27
bigtable-autoscaler-0.0.26
bigtable-autoscaler-0.0.25
bigtable-autoscaler-0.0.24
bigtable-autoscaler-0.0.23
bigtable-autoscaler-0.0.21
bigtable-autoscaler-0.0.20
bigtable-autoscaler-0.0.19
bigtable-autoscaler-0.0.18
bigtable-autoscaler-0.0.17
bigtable-autoscaler-0.0.16
bigtable-autoscaler-0.0.15
bigtable-autoscaler-0.0.14
bigtable-autoscaler-0.0.13
bigtable-autoscaler-0.0.12
bigtable-autoscaler-0.0.11
bigtable-autoscaler-0.0.10
bigtable-autoscaler-0.0.9
bigtable-autoscaler-0.0.8
bigtable-autoscaler-0.0.7
bigtable-autoscaler-0.0.6
bigtable-autoscaler-0.0.5
bigtable-autoscaler-0.0.4
bigtable-autoscaler-0.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.spotify</groupId>
    <artifactId>bigtable-autoscaler</artifactId>
    <version>0.0.42</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.spotify : bigtable-autoscaler gradle dependency to your build.gradle file:

implementation 'com.spotify:bigtable-autoscaler:0.0.42'

Gradle Kotlin DSL: Add the following com.spotify : bigtable-autoscaler gradle kotlin dependency to your build.gradle.kts file:

implementation("com.spotify:bigtable-autoscaler:0.0.42")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.spotify : bigtable-autoscaler sbt scala dependency to your build.sbt file:

libraryDependencies += "com.spotify" % "bigtable-autoscaler" % "0.0.42"

Advertisement