MVN

link.thingscloud : freeswitch-esl-spring-boot-starter

Maven & Gradle

May 30, 2023
130 stars

freeswitch-esl-spring-boot-starter-1.7.0 · Freeswitch Esl Spring Boot Starter

<dependency>
    <groupId>link.thingscloud</groupId>
    <artifactId>freeswitch-esl-spring-boot-starter</artifactId>
    <version>1.7.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of link.thingscloud : freeswitch-esl-spring-boot-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.7.0
  • Latest Beta: 1.0.5-BETA

All Versions

Choose a version of link.thingscloud : freeswitch-esl-spring-boot-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
freeswitch-esl-spring-boot-starter-2.0.0
1.7.x
freeswitch-esl-spring-boot-starter-1.7.0
1.6.x
freeswitch-esl-spring-boot-starter-1.6.7.RELEASE
freeswitch-esl-spring-boot-starter-1.6.6.RELEASE
freeswitch-esl-spring-boot-starter-1.6.5.RELEASE
freeswitch-esl-spring-boot-starter-1.6.4.RELEASE
freeswitch-esl-spring-boot-starter-1.6.3.RELEASE
freeswitch-esl-spring-boot-starter-1.6.2.RELEASE
freeswitch-esl-spring-boot-starter-1.6.1.RELEASE
freeswitch-esl-spring-boot-starter-1.6.0.RELEASE
1.5.x
freeswitch-esl-spring-boot-starter-1.5.2.RELEASE
freeswitch-esl-spring-boot-starter-1.5.1.RELEASE
freeswitch-esl-spring-boot-starter-1.5.0.RELEASE
1.4.x
freeswitch-esl-spring-boot-starter-1.4.0.RELEASE
1.3.x
freeswitch-esl-spring-boot-starter-1.3.1.RELEASE
freeswitch-esl-spring-boot-starter-1.3.0.RELEASE
1.2.x
freeswitch-esl-spring-boot-starter-1.2.8.RELEASE
freeswitch-esl-spring-boot-starter-1.2.7.RELEASE
freeswitch-esl-spring-boot-starter-1.2.6.RELEASE
freeswitch-esl-spring-boot-starter-1.2.5.RELEASE
freeswitch-esl-spring-boot-starter-1.2.4.RELEASE
freeswitch-esl-spring-boot-starter-1.2.3.RELEASE
freeswitch-esl-spring-boot-starter-1.2.2.RELEASE
freeswitch-esl-spring-boot-starter-1.2.1.RELEASE
freeswitch-esl-spring-boot-starter-1.2.0.RELEASE
1.1.x
freeswitch-esl-spring-boot-starter-1.1.0.RELEASE
1.0.x
freeswitch-esl-spring-boot-starter-1.0.5-BETA
freeswitch-esl-spring-boot-starter-1.0.4-BETA1
freeswitch-esl-spring-boot-starter-1.0.3-BETA1
freeswitch-esl-spring-boot-starter-1.0.2-BETA1
freeswitch-esl-spring-boot-starter-1.0.0-BETA4
freeswitch-esl-spring-boot-starter-1.0.0-BETA3
freeswitch-esl-spring-boot-starter-1.0.0-BETA2
freeswitch-esl-spring-boot-starter-1.0.0-BETA1

How to add a dependency to Maven

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

<dependency>
    <groupId>link.thingscloud</groupId>
    <artifactId>freeswitch-esl-spring-boot-starter</artifactId>
    <version>1.7.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following link.thingscloud : freeswitch-esl-spring-boot-starter gradle dependency to your build.gradle file:

implementation 'link.thingscloud:freeswitch-esl-spring-boot-starter:1.7.0'

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

implementation("link.thingscloud:freeswitch-esl-spring-boot-starter:1.7.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following link.thingscloud : freeswitch-esl-spring-boot-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "link.thingscloud" % "freeswitch-esl-spring-boot-starter" % "1.7.0"