isup-api
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.mobicents.protocols.ss7.isup</groupId> <artifactId>isup-api</artifactId> <version>8.0.112</version> </dependency>
<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> <artifactId>isup-parent</artifactId> <groupId>org.mobicents.protocols.ss7.isup</groupId> <version>8.0.112</version> </parent> <artifactId>isup-api</artifactId> <name>Restcomm jSS7 :: ISUP :: Api :: ${project.artifactId}</name> <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>org.mobicents.protocols.ss7.mtp</groupId> <artifactId>mtp-api</artifactId> </dependency> <dependency> <groupId>org.mobicents.protocols.ss7.mtp</groupId> <artifactId>mtp</artifactId> </dependency> <dependency> <groupId>org.mobicents.protocols.asn</groupId> <artifactId>asn</artifactId> </dependency> </dependencies> <build> <finalName>${project.artifactId}-${project.version}</finalName> </build> </project>