MVN

org.mobicents.media.hardware : mobicents-dahdi

Maven & Gradle

2 usages
157 stars
<dependency>
    <groupId>org.mobicents.media.hardware</groupId>
    <artifactId>mobicents-dahdi</artifactId>
    <version>6.0.23</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.mobicents.media.hardware : mobicents-dahdi to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.0.23

All Versions

Choose a version of org.mobicents.media.hardware : mobicents-dahdi to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.0.x
mobicents-dahdi-6.0.23
mobicents-dahdi-6.0.22
mobicents-dahdi-6.0.0.19
mobicents-dahdi-6.0.0.13
mobicents-dahdi-6.0.0.10
mobicents-dahdi-6.0.0.8
mobicents-dahdi-6.0.0.7
mobicents-dahdi-6.0.0.5
mobicents-dahdi-6.0.0.4
mobicents-dahdi-6.0.0.1
5.2.x
mobicents-dahdi-5.2.0.43
mobicents-dahdi-5.2.0.42
mobicents-dahdi-5.2.0.39
mobicents-dahdi-5.2.0.38
mobicents-dahdi-5.2.0.37
mobicents-dahdi-5.2.0.36
5.1.x
mobicents-dahdi-5.1.0.34
mobicents-dahdi-5.1.0.33
mobicents-dahdi-5.1.0.32
mobicents-dahdi-5.1.0.31
mobicents-dahdi-5.1.0.29
mobicents-dahdi-5.1.0.28
mobicents-dahdi-5.1.0.27
mobicents-dahdi-5.1.0.26
mobicents-dahdi-5.1.0.24
mobicents-dahdi-5.1.0.23
mobicents-dahdi-5.1.0.21
mobicents-dahdi-5.1.0.19
mobicents-dahdi-5.1.0.17
5.0.x
mobicents-dahdi-5.0.0.18
mobicents-dahdi-5.0.0.16
mobicents-dahdi-5.0.0.15
mobicents-dahdi-5.0.0.14
mobicents-dahdi-5.0.0.13
mobicents-dahdi-5.0.0.12
mobicents-dahdi-5.0.0.11
mobicents-dahdi-5.0.0.10
mobicents-dahdi-5.0.0.9
mobicents-dahdi-5.0.0.8
mobicents-dahdi-5.0.0.5
mobicents-dahdi-5.0.0.4
mobicents-dahdi-5.0.0.2
4.2.x
mobicents-dahdi-4.2.0.78
mobicents-dahdi-4.2.0.77
mobicents-dahdi-4.2.0.76
mobicents-dahdi-4.2.0.75
mobicents-dahdi-4.2.0.74
mobicents-dahdi-4.2.0.73
mobicents-dahdi-4.2.0.72
mobicents-dahdi-4.2.0.71
mobicents-dahdi-4.2.0.70
mobicents-dahdi-4.2.0.69
mobicents-dahdi-4.2.0.68
4.1.x
mobicents-dahdi-4.1.0.66
mobicents-dahdi-4.1.0.65
mobicents-dahdi-4.1.0.63
mobicents-dahdi-4.1.0.62-master
mobicents-dahdi-4.1.0.61-master
3.0.x
mobicents-dahdi-3.0.2.FINAL
mobicents-dahdi-3.0.1.FINAL
mobicents-dahdi-3.0.0.Final
mobicents-dahdi-3.0.0.CR2
mobicents-dahdi-3.0.0.CR1
2.4.x
mobicents-dahdi-2.4.0.FINAL
2.2.x
mobicents-dahdi-2.2.0.FINAL

How to add a dependency to Maven

Add the following org.mobicents.media.hardware : mobicents-dahdi maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.mobicents.media.hardware</groupId>
    <artifactId>mobicents-dahdi</artifactId>
    <version>6.0.23</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.mobicents.media.hardware : mobicents-dahdi gradle dependency to your build.gradle file:

implementation 'org.mobicents.media.hardware:mobicents-dahdi:6.0.23'

Gradle Kotlin DSL: Add the following org.mobicents.media.hardware : mobicents-dahdi gradle kotlin dependency to your build.gradle.kts file:

implementation("org.mobicents.media.hardware:mobicents-dahdi:6.0.23")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.mobicents.media.hardware : mobicents-dahdi sbt scala dependency to your build.sbt file:

libraryDependencies += "org.mobicents.media.hardware" % "mobicents-dahdi" % "6.0.23"