Download mobicents-diameter-mux-jar-1.6.0.final.jar file

Introduction

You can download mobicents-diameter-mux-jar-1.6.0.final.jar in this page.

License

Open Source

Type List

mobicents-diameter-mux-jar-1.6.0.final.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.mobicents.diameter/mobicents-diameter-mux-jar/pom.properties
META-INF/maven/org.mobicents.diameter/mobicents-diameter-mux-jar/pom.xml
org.mobicents.diameter.api.DiameterMessageFactory.class
org.mobicents.diameter.api.DiameterProvider.class
org.mobicents.diameter.dictionary.AvpDictionary.class
org.mobicents.diameter.dictionary.AvpRepresentation.class
org.mobicents.diameter.stack.DiameterListener.class
org.mobicents.diameter.stack.DiameterStackMultiplexer.class
org.mobicents.diameter.stack.DiameterStackMultiplexerMBean.class
org.mobicents.diameter.stack.DiameterStackProxy.class
org.mobicents.diameter.stack.management.ApplicationIdJMX.class
org.mobicents.diameter.stack.management.ConcurrentEntity.class
org.mobicents.diameter.stack.management.ConcurrentEntityImpl.class
org.mobicents.diameter.stack.management.DiameterConfiguration.class
org.mobicents.diameter.stack.management.DiameterStatistic.class
org.mobicents.diameter.stack.management.LocalPeer.class
org.mobicents.diameter.stack.management.LocalPeerImpl.class
org.mobicents.diameter.stack.management.Network.class
org.mobicents.diameter.stack.management.NetworkImpl.class
org.mobicents.diameter.stack.management.NetworkPeer.class
org.mobicents.diameter.stack.management.NetworkPeerImpl.class
org.mobicents.diameter.stack.management.Parameters.class
org.mobicents.diameter.stack.management.ParametersImpl.class
org.mobicents.diameter.stack.management.Realm.class
org.mobicents.diameter.stack.management.RealmImpl.class

Pom

mobicents-diameter-mux-jar-1.6.0.final.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.diameter</groupId>
		<artifactId>mobicents-diameter-mux-parent</artifactId>
		<version>1.6.0.FINAL</version> 
	</parent>
	
	<artifactId>mobicents-diameter-mux-jar</artifactId>

	<name>Mobicents :: Diameter Multiplexer :: ${pom.artifactId}</name>
	
	<packaging>jar</packaging>

	<dependencies>
		<dependency>
			<groupId>org.jboss.jbossas</groupId>
			<artifactId>jboss-as-system-jmx</artifactId>
			<version>${jboss.version}</version>
		</dependency>

		<dependency>
			<groupId>org.mobicents.diameter</groupId>
			<artifactId>jdiameter-api</artifactId>
		</dependency>

		<dependency>
			<groupId>org.mobicents.diameter</groupId>
			<artifactId>jdiameter-impl</artifactId>
		</dependency>

		<dependency>
			<groupId>org.mobicents.diameter</groupId>
			<artifactId>jdiameter-ha-api</artifactId>
		</dependency>

		<dependency>
			<groupId>org.mobicents.diameter</groupId>
			<artifactId>jdiameter-ha-impl</artifactId>
		</dependency>
	</dependencies>

	<build>
		<finalName>mobicents-diameter-mux-${pom.version}</finalName>
	</build>

</project>

POM Entry

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

Download

If you think the following mobicents-diameter-mux-jar-1.6.0.final.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download mobicents-diameter-mux-jar-1.6.0.final.jar file




PreviousNext

Related