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