MVN

org.mobicents.protocols.ss7.hardware : mobicents-dahdi

Maven & Gradle

Jan 30, 2016
5 usages
140 stars
<dependency>
    <groupId>org.mobicents.protocols.ss7.hardware</groupId>
    <artifactId>mobicents-dahdi</artifactId>
    <version>3.0.1329</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.0.1329
  • Latest Beta: 2.0.0.BETA4

All Versions

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

Version Vulnerabilities Updated
3.0.x
mobicents-dahdi-3.0.1329
mobicents-dahdi-3.0.1328
mobicents-dahdi-3.0.1327
mobicents-dahdi-3.0.1326
mobicents-dahdi-3.0.1325
mobicents-dahdi-3.0.1324
mobicents-dahdi-3.0.1323
mobicents-dahdi-3.0.1322
mobicents-dahdi-3.0.1321
mobicents-dahdi-3.0.1318
mobicents-dahdi-3.0.1317
mobicents-dahdi-3.0.1316
mobicents-dahdi-3.0.1315
mobicents-dahdi-3.0.1314
mobicents-dahdi-3.0.1313
mobicents-dahdi-3.0.1312
mobicents-dahdi-3.0.1311
mobicents-dahdi-3.0.1310
mobicents-dahdi-3.0.1307
mobicents-dahdi-3.0.1306
2.0.x
mobicents-dahdi-2.0.0.FINAL
mobicents-dahdi-2.0.0.CR2
mobicents-dahdi-2.0.0.CR1
mobicents-dahdi-2.0.0.BETA4
mobicents-dahdi-2.0.0.BETA3
mobicents-dahdi-2.0.0.BETA2
mobicents-dahdi-2.0.0.BETA1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.mobicents.protocols.ss7.hardware</groupId>
    <artifactId>mobicents-dahdi</artifactId>
    <version>3.0.1329</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.mobicents.protocols.ss7.hardware:mobicents-dahdi:3.0.1329'

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

implementation("org.mobicents.protocols.ss7.hardware:mobicents-dahdi:3.0.1329")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.mobicents.protocols.ss7.hardware" % "mobicents-dahdi" % "3.0.1329"

Advertisement