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