r

restcomm-statistics

文件下载
文件名 操作
restcomm-statistics-2.0.144.jar 下载
restcomm-statistics-2.0.144.pom 下载
restcomm-statistics-2.0.144-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.restcomm.commons</groupId>
  <artifactId>restcomm-statistics</artifactId>
  <version>2.0.144</version>
</dependency>
Gradle Groovy
implementation 'org.restcomm.commons:restcomm-statistics:2.0.144'
Gradle Kotlin
implementation("org.restcomm.commons:restcomm-statistics:2.0.144")
Scala SBT
libraryDependencies += "org.restcomm.commons" % "restcomm-statistics" % "2.0.144"
Groovy Grape
@Grapes(
  @Grab(group='org.restcomm.commons', module='restcomm-statistics', version='2.0.144')
)
Apache Ivy
<dependency org="org.restcomm.commons" name="restcomm-statistics" rev="2.0.144" />
Leiningen
[org.restcomm.commons/restcomm-statistics "2.0.144"]
Apache Buildr
'org.restcomm.commons:restcomm-statistics:jar:2.0.144'