MVN

net.xp-framework : ecma

Maven & Gradle

Jan 09, 2013
5 stars

ECMA XP-Module · ECMA STLI Client (Simple Telephony Interface)

<dependency>
    <groupId>net.xp-framework</groupId>
    <artifactId>ecma</artifactId>
    <version>5.8.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.xp-framework : ecma to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.8.10

All Versions

Choose a version of net.xp-framework : ecma to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.8.x
ecma-5.8.10
ecma-5.8.9
ecma-5.8.8
ecma-5.8.7
ecma-5.8.6
ecma-5.8.5
ecma-5.8.4
ecma-5.8.3
ecma-5.8.2

How to add a dependency to Maven

Add the following net.xp-framework : ecma maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.xp-framework</groupId>
    <artifactId>ecma</artifactId>
    <version>5.8.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.xp-framework : ecma gradle dependency to your build.gradle file:

implementation 'net.xp-framework:ecma:5.8.10'

Gradle Kotlin DSL: Add the following net.xp-framework : ecma gradle kotlin dependency to your build.gradle.kts file:

implementation("net.xp-framework:ecma:5.8.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.xp-framework : ecma sbt scala dependency to your build.sbt file:

libraryDependencies += "net.xp-framework" % "ecma" % "5.8.10"

Advertisement