| Категории |
КатегорииAnt Компиляция и сборка Metrics Тестирование приложения и мониторинг Monitoring |
|---|---|
| Группа | Группаcom.spotify.metrics |
| Идентификатор | Идентификаторsemantic-metrics-remote |
| Версия | Версия1.0.7 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| semantic-metrics-remote-1.0.7.pom | |
| semantic-metrics-remote-1.0.7.jar | 24 KB |
| semantic-metrics-remote-1.0.7-sources.jar | 12 KB |
| semantic-metrics-remote-1.0.7-javadoc.jar | 432 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.spotify.metrics/semantic-metrics-remote/ -->
<dependency>
<groupId>com.spotify.metrics</groupId>
<artifactId>semantic-metrics-remote</artifactId>
<version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.spotify.metrics/semantic-metrics-remote/
implementation 'com.spotify.metrics:semantic-metrics-remote:1.0.7'
// https://jarcasting.com/artifacts/com.spotify.metrics/semantic-metrics-remote/
implementation ("com.spotify.metrics:semantic-metrics-remote:1.0.7")
'com.spotify.metrics:semantic-metrics-remote:jar:1.0.7'
<dependency org="com.spotify.metrics" name="semantic-metrics-remote" rev="1.0.7">
<artifact name="semantic-metrics-remote" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.spotify.metrics', module='semantic-metrics-remote', version='1.0.7')
)
libraryDependencies += "com.spotify.metrics" % "semantic-metrics-remote" % "1.0.7"
[com.spotify.metrics/semantic-metrics-remote "1.0.7"]