| Категории |
КатегорииAuto Библиотеки уровня приложения Code Generators |
|---|---|
| Группа | Группаcom.spotify |
| Идентификатор | Идентификаторbigtable-autoscaler |
| Версия | Версия0.0.11 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| bigtable-autoscaler-0.0.11.pom | |
| bigtable-autoscaler-0.0.11.jar | 60 KB |
| bigtable-autoscaler-0.0.11-sources.jar | 37 KB |
| bigtable-autoscaler-0.0.11-javadoc.jar | 153 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.spotify/bigtable-autoscaler/ -->
<dependency>
<groupId>com.spotify</groupId>
<artifactId>bigtable-autoscaler</artifactId>
<version>0.0.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.spotify/bigtable-autoscaler/
implementation 'com.spotify:bigtable-autoscaler:0.0.11'
// https://jarcasting.com/artifacts/com.spotify/bigtable-autoscaler/
implementation ("com.spotify:bigtable-autoscaler:0.0.11")
'com.spotify:bigtable-autoscaler:jar:0.0.11'
<dependency org="com.spotify" name="bigtable-autoscaler" rev="0.0.11">
<artifact name="bigtable-autoscaler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.spotify', module='bigtable-autoscaler', version='0.0.11')
)
libraryDependencies += "com.spotify" % "bigtable-autoscaler" % "0.0.11"
[com.spotify/bigtable-autoscaler "0.0.11"]