| Категории |
КатегорииMetrics Тестирование приложения и мониторинг Monitoring |
|---|---|
| Группа | Группаorg.wso2.carbon.store |
| Идентификатор | Идентификаторcarbon-metrics.feature |
| Версия | Версия2.4.19 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| carbon-metrics.feature-2.4.19.pom | |
| carbon-metrics.feature-2.4.19.zip | 4 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.store/carbon-metrics.feature/ -->
<dependency>
<groupId>org.wso2.carbon.store</groupId>
<artifactId>carbon-metrics.feature</artifactId>
<version>2.4.19</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.store/carbon-metrics.feature/
implementation 'org.wso2.carbon.store:carbon-metrics.feature:2.4.19'
// https://jarcasting.com/artifacts/org.wso2.carbon.store/carbon-metrics.feature/
implementation ("org.wso2.carbon.store:carbon-metrics.feature:2.4.19")
'org.wso2.carbon.store:carbon-metrics.feature:pom:2.4.19'
<dependency org="org.wso2.carbon.store" name="carbon-metrics.feature" rev="2.4.19">
<artifact name="carbon-metrics.feature" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.store', module='carbon-metrics.feature', version='2.4.19')
)
libraryDependencies += "org.wso2.carbon.store" % "carbon-metrics.feature" % "2.4.19"
[org.wso2.carbon.store/carbon-metrics.feature "2.4.19"]