statistics-impl
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mobicents.protocols.ss7.statistics</groupId>
<artifactId>statistics-impl</artifactId>
<version>8.0.112</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<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>
<packaging>jar</packaging>
<parent>
<artifactId>statistics-parent</artifactId>
<groupId>org.mobicents.protocols.ss7.statistics</groupId>
<version>8.0.112</version>
</parent>
<artifactId>statistics-impl</artifactId>
<name>Restcomm jSS7 :: Statistics :: Impl :: ${project.artifactId}</name>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>statistics-api</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>javolution</groupId>
<artifactId>javolution</artifactId>
</dependency>
</dependencies>
</project>