r

restcomm-statistics

Files download
File Operation
restcomm-statistics-2.0.147.jar download
restcomm-statistics-2.0.147.pom download
restcomm-statistics-2.0.147-sources.jar download
Apache Maven
<dependency>
  <groupId>org.restcomm.commons</groupId>
  <artifactId>restcomm-statistics</artifactId>
  <version>2.0.147</version>
</dependency>
Gradle Groovy
implementation 'org.restcomm.commons:restcomm-statistics:2.0.147'
Gradle Kotlin
implementation("org.restcomm.commons:restcomm-statistics:2.0.147")
Scala SBT
libraryDependencies += "org.restcomm.commons" % "restcomm-statistics" % "2.0.147"
Groovy Grape
@Grapes(
  @Grab(group='org.restcomm.commons', module='restcomm-statistics', version='2.0.147')
)
Apache Ivy
<dependency org="org.restcomm.commons" name="restcomm-statistics" rev="2.0.147" />
Leiningen
[org.restcomm.commons/restcomm-statistics "2.0.147"]
Apache Buildr
'org.restcomm.commons:restcomm-statistics:jar:2.0.147'