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