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