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