MVN

org.freeswitch.esl.client : java-esl-client

Maven & Gradle

Aug 29, 2010

FreeSWITCH Event Socket Library - Java Client project · The FreeSWITCH Event Socket Library provides a TCP based control and/or monitoring interface to a running switch. This project provides a Java client to the ESL.

<dependency>
    <groupId>org.freeswitch.esl.client</groupId>
    <artifactId>java-esl-client</artifactId>
    <version>0.9.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.freeswitch.esl.client : java-esl-client to add to Maven - Latest Versions:

  • Latest Stable: 0.9.2

All Versions

Choose a version of org.freeswitch.esl.client : java-esl-client to add to Maven - All Versions:

Version Vulnerabilities Updated
0.9.x
java-esl-client-0.9.2

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.freeswitch.esl.client</groupId>
    <artifactId>java-esl-client</artifactId>
    <version>0.9.2</version>
</dependency>