MVN

link.thingscloud : freeswitch-cdr

Maven & Gradle

Sep 06, 2021
13 stars
<dependency>
    <groupId>link.thingscloud</groupId>
    <artifactId>freeswitch-cdr</artifactId>
    <version>1.0.1-RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of link.thingscloud : freeswitch-cdr to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1-RELEASE
  • Latest Beta: 1.0.1-BETA

All Versions

Choose a version of link.thingscloud : freeswitch-cdr to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
freeswitch-cdr-1.0.1-RELEASE
freeswitch-cdr-1.0.1-BETA
freeswitch-cdr-1.0.0-BETA

How to add a dependency to Maven

Add the following link.thingscloud : freeswitch-cdr maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>link.thingscloud</groupId>
    <artifactId>freeswitch-cdr</artifactId>
    <version>1.0.1-RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following link.thingscloud : freeswitch-cdr gradle dependency to your build.gradle file:

implementation 'link.thingscloud:freeswitch-cdr:1.0.1-RELEASE'

Gradle Kotlin DSL: Add the following link.thingscloud : freeswitch-cdr gradle kotlin dependency to your build.gradle.kts file:

implementation("link.thingscloud:freeswitch-cdr:1.0.1-RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following link.thingscloud : freeswitch-cdr sbt scala dependency to your build.sbt file:

libraryDependencies += "link.thingscloud" % "freeswitch-cdr" % "1.0.1-RELEASE"

Advertisement