MVN

org.restcomm : restcomm-connect.data.recorder.api

Maven & Gradle

Nov 29, 2016
3 usages

restcomm-connect.data.recorder.api

<dependency>
    <groupId>org.restcomm</groupId>
    <artifactId>restcomm-connect.data.recorder.api</artifactId>
    <version>8.0.0.15</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.restcomm : restcomm-connect.data.recorder.api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 8.0.0.15

All Versions

Choose a version of org.restcomm : restcomm-connect.data.recorder.api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
8.0.x
restcomm-connect.data.recorder.api-8.0.0.15
restcomm-connect.data.recorder.api-8.0.0.trustcdr.17
restcomm-connect.data.recorder.api-8.0.0.trustcdr.withtests.14
restcomm-connect.data.recorder.api-8.0.0.trustcdr.16
restcomm-connect.data.recorder.api-8.0.0.trustcdr.15
restcomm-connect.data.recorder.api-8.0.0.trustcdr.withtests.13
restcomm-connect.data.recorder.api-8.0.0.trustcdr.12
restcomm-connect.data.recorder.api-8.0.0.12
restcomm-connect.data.recorder.api-8.0.0.trustcdr.11
restcomm-connect.data.recorder.api-8.0.0.trustcdr.withtests.11
restcomm-connect.data.recorder.api-8.0.0.trustcdr.9
restcomm-connect.data.recorder.api-8.0.0.trustcdr.withtests.9
restcomm-connect.data.recorder.api-8.0.0.trustcdr.8
restcomm-connect.data.recorder.api-8.0.0.trustcdr.withtests.8
restcomm-connect.data.recorder.api-8.0.0.trustcdr.7
restcomm-connect.data.recorder.api-8.0.0.5
restcomm-connect.data.recorder.api-8.0.0.trustcdr.6
restcomm-connect.data.recorder.api-8.0.0.3
restcomm-connect.data.recorder.api-8.0.0.2
restcomm-connect.data.recorder.api-8.0.0.1

How to add a dependency to Maven

Add the following org.restcomm : restcomm-connect.data.recorder.api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.restcomm</groupId>
    <artifactId>restcomm-connect.data.recorder.api</artifactId>
    <version>8.0.0.15</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.restcomm : restcomm-connect.data.recorder.api gradle dependency to your build.gradle file:

implementation 'org.restcomm:restcomm-connect.data.recorder.api:8.0.0.15'

Gradle Kotlin DSL: Add the following org.restcomm : restcomm-connect.data.recorder.api gradle kotlin dependency to your build.gradle.kts file:

implementation("org.restcomm:restcomm-connect.data.recorder.api:8.0.0.15")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.restcomm : restcomm-connect.data.recorder.api sbt scala dependency to your build.sbt file:

libraryDependencies += "org.restcomm" % "restcomm-connect.data.recorder.api" % "8.0.0.15"