MVN

org.mobicents.ha.javax.sip : mobicents-jain-sip-ha-core

Maven & Gradle

Jan 08, 2016
22 usages

Mobicents JAIN SIP HA Core · Mobicents JAIN SIP HA Core

<dependency>
    <groupId>org.mobicents.ha.javax.sip</groupId>
    <artifactId>mobicents-jain-sip-ha-core</artifactId>
    <version>1.5.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.mobicents.ha.javax.sip : mobicents-jain-sip-ha-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.7

All Versions

Choose a version of org.mobicents.ha.javax.sip : mobicents-jain-sip-ha-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
mobicents-jain-sip-ha-core-1.5.7
mobicents-jain-sip-ha-core-1.5.6
mobicents-jain-sip-ha-core-1.5.5
mobicents-jain-sip-ha-core-1.5.4
mobicents-jain-sip-ha-core-1.5.3
1.4.x
mobicents-jain-sip-ha-core-1.4.0.FINAL
1.3.x
mobicents-jain-sip-ha-core-1.3.1.FINAL

How to add a dependency to Maven

Add the following org.mobicents.ha.javax.sip : mobicents-jain-sip-ha-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.mobicents.ha.javax.sip</groupId>
    <artifactId>mobicents-jain-sip-ha-core</artifactId>
    <version>1.5.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.mobicents.ha.javax.sip : mobicents-jain-sip-ha-core gradle dependency to your build.gradle file:

implementation 'org.mobicents.ha.javax.sip:mobicents-jain-sip-ha-core:1.5.7'

Gradle Kotlin DSL: Add the following org.mobicents.ha.javax.sip : mobicents-jain-sip-ha-core gradle kotlin dependency to your build.gradle.kts file:

implementation("org.mobicents.ha.javax.sip:mobicents-jain-sip-ha-core:1.5.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.mobicents.ha.javax.sip : mobicents-jain-sip-ha-core sbt scala dependency to your build.sbt file:

libraryDependencies += "org.mobicents.ha.javax.sip" % "mobicents-jain-sip-ha-core" % "1.5.7"

Advertisement