You can download mobicents-jain-sip-ha-core-1.5.5.jar in this page.
Open Source
mobicents-jain-sip-ha-core-1.5.5.jar file has the following types.
META-INF.maven.org.mobicents.ha.javax.sip.mobicents-jain-sip-ha-core.pom.properties META-INF.maven.org.mobicents.ha.javax.sip.mobicents-jain-sip-ha-core.pom.xml META-INF/MANIFEST.MF gov.nist.javax.sip.stack.AbstractHASipDialog.class gov.nist.javax.sip.stack.ConfirmedNoAppDataReplicationSipDialog.class gov.nist.javax.sip.stack.ConfirmedReplicationSipDialog.class gov.nist.javax.sip.stack.MobicentsHASIPClientTransaction.class gov.nist.javax.sip.stack.MobicentsHASIPServerTransaction.class org.mobicents.ha.balancing.only.javax.sip.SipStackImpl.class org.mobicents.ha.balancing.only.javax.sip.SipStackImplMBean.class org.mobicents.ha.balancing.only.javax.sip.address.AddressFactoryImpl.class org.mobicents.ha.balancing.only.javax.sip.header.HeaderFactoryImpl.class org.mobicents.ha.balancing.only.javax.sip.message.MessageFactoryImpl.class org.mobicents.ha.javax.sip.AbstractLoadBalancerElector.class org.mobicents.ha.javax.sip.ClusteredSipStack.class org.mobicents.ha.javax.sip.ClusteredSipStackImpl.class org.mobicents.ha.javax.sip.HASipDialog.class org.mobicents.ha.javax.sip.HASipDialogFactory.class org.mobicents.ha.javax.sip.LoadBalancerElector.class org.mobicents.ha.javax.sip.LoadBalancerHeartBeatingListener.class org.mobicents.ha.javax.sip.LoadBalancerHeartBeatingService.class org.mobicents.ha.javax.sip.LoadBalancerHeartBeatingServiceImpl.class org.mobicents.ha.javax.sip.LoadBalancerHeartBeatingServiceImplMBean.class org.mobicents.ha.javax.sip.MobicentsHATransactionFactory.class org.mobicents.ha.javax.sip.ReplicationStrategy.class org.mobicents.ha.javax.sip.RoundRobinLoadBalancerElector.class org.mobicents.ha.javax.sip.SipLoadBalancer.class org.mobicents.ha.javax.sip.address.AddressFactoryImpl.class org.mobicents.ha.javax.sip.cache.NoCache.class org.mobicents.ha.javax.sip.cache.SipCache.class org.mobicents.ha.javax.sip.cache.SipCacheException.class org.mobicents.ha.javax.sip.cache.SipCacheFactory.class org.mobicents.ha.javax.sip.header.HeaderFactoryImpl.class org.mobicents.ha.javax.sip.message.MessageFactoryImpl.class org.mobicents.ha.javax.sip.util.Inet6Util.class
mobicents-jain-sip-ha-core-1.5.5.pom file content.
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.mobicents.ha.javax.sip</groupId> <artifactId>mobicents-jain-sip-ha</artifactId> <version>1.5.5</version> </parent> <artifactId>mobicents-jain-sip-ha-core</artifactId> <version>1.5.5</version> <name>Mobicents JAIN SIP HA Core</name> <description>Mobicents JAIN SIP HA Core</description> <url>http://code.google.com/p/jain-sip.ha</url> <dependencies> <dependency> <groupId>javax.sip</groupId> <artifactId>jain-sip-ri</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>org.mobicents.tools</groupId> <artifactId>sip-balancer-jar</artifactId> <scope>provided</scope> </dependency> </dependencies> <build> <plugins> <plugin> <artifactId>maven-eclipse-plugin</artifactId> <groupId>org.mobicents.tools</groupId> <inherited>true</inherited> <executions /> <configuration> <excludePoms /> <resolveTransitiveDependencies>true</resolveTransitiveDependencies> <eclipseProjectName>jain-sip-ha-core</eclipseProjectName> </configuration> </plugin> <plugin> <artifactId>maven-javadoc-plugin</artifactId> <!-- Note: Older versions will not work. --> <version>2.7</version> <configuration> <doclet>org.jboss.apiviz.APIviz</doclet> <docletArtifact> <groupId>org.jboss.apiviz</groupId> <artifactId>apiviz</artifactId> <version>1.3.2.GA</version> </docletArtifact> <useStandardDocletOptions>true</useStandardDocletOptions> <charset>UTF-8</charset> <encoding>UTF-8</encoding> <docencoding>UTF-8</docencoding> <breakiterator>true</breakiterator> <version>true</version> <author>true</author> <keywords>true</keywords> <additionalparam> -sourceclasspath ${project.build.outputDirectory} </additionalparam> <stylesheetfile>${basedir}/src/javadoc/stylesheet.css</stylesheetfile> <javadocDirectory>${basedir}/src/javadoc</javadocDirectory> <docfilessubdirs>true</docfilessubdirs> <overview>${basedir}/src/javadoc/overview.html</overview> <detectLinks /> <detectOfflineLinks /> <includeDependencySources /> <includeTransitiveDependencySources /> </configuration> </plugin> </plugins> </build> <!-- dupe info from parent, but it's only way to retrieve the parent without checkout --> <repositories> <repository> <id>mobicents-public-repository-group</id> <name>Mobicens Public Maven Repository Group</name> <url>https://oss.sonatype.org/content/groups/public</url> <layout>default</layout> <releases> <enabled>true</enabled> <updatePolicy>never</updatePolicy> </releases> <snapshots> <enabled>true</enabled> <updatePolicy>never</updatePolicy> </snapshots> </repository> <repository> <id>jboss-public-repository-group</id> <name>JBoss Public Maven Repository Group</name> <url>https://repository.jboss.org/nexus/content/groups/public</url> <layout>default</layout> <releases> <enabled>true</enabled> <updatePolicy>never</updatePolicy> </releases> <snapshots> <enabled>true</enabled> <updatePolicy>never</updatePolicy> </snapshots> </repository> </repositories> </project>
<dependency> <groupId>org.mobicents.ha.javax.sip</groupId> <artifactId>mobicents-jain-sip-ha-core</artifactId> <version>1.5.5</version> </dependency>
If you think the following mobicents-jain-sip-ha-core-1.5.5.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download mobicents-jain-sip-ha-core-1.5.5.jar file