MVN

org.mobicents.diameter : mobicents-diameter-mux-jar

Maven & Gradle

Jan 29, 2016
1 usages
<dependency>
    <groupId>org.mobicents.diameter</groupId>
    <artifactId>mobicents-diameter-mux-jar</artifactId>
    <version>1.7.0.74</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.mobicents.diameter : mobicents-diameter-mux-jar to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.7.0.74

All Versions

Choose a version of org.mobicents.diameter : mobicents-diameter-mux-jar to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.7.x
mobicents-diameter-mux-jar-1.7.0.74
mobicents-diameter-mux-jar-1.7.0.73
mobicents-diameter-mux-jar-1.7.0.72
mobicents-diameter-mux-jar-1.7.0.71
mobicents-diameter-mux-jar-1.7.0.70
mobicents-diameter-mux-jar-1.7.0.69
mobicents-diameter-mux-jar-1.7.0.68
mobicents-diameter-mux-jar-1.7.0.66
mobicents-diameter-mux-jar-1.7.0.65
mobicents-diameter-mux-jar-1.7.0.64
mobicents-diameter-mux-jar-1.7.0.63
mobicents-diameter-mux-jar-1.7.0.62
mobicents-diameter-mux-jar-1.7.0.61
mobicents-diameter-mux-jar-1.7.0.60
mobicents-diameter-mux-jar-1.7.0.58
1.6.x
mobicents-diameter-mux-jar-1.6.0.FINAL
1.5.x
mobicents-diameter-mux-jar-1.5.0.FINAL

How to add a dependency to Maven

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

<dependency>
    <groupId>org.mobicents.diameter</groupId>
    <artifactId>mobicents-diameter-mux-jar</artifactId>
    <version>1.7.0.74</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.mobicents.diameter : mobicents-diameter-mux-jar gradle dependency to your build.gradle file:

implementation 'org.mobicents.diameter:mobicents-diameter-mux-jar:1.7.0.74'

Gradle Kotlin DSL: Add the following org.mobicents.diameter : mobicents-diameter-mux-jar gradle kotlin dependency to your build.gradle.kts file:

implementation("org.mobicents.diameter:mobicents-diameter-mux-jar:1.7.0.74")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.mobicents.diameter : mobicents-diameter-mux-jar sbt scala dependency to your build.sbt file:

libraryDependencies += "org.mobicents.diameter" % "mobicents-diameter-mux-jar" % "1.7.0.74"

Advertisement