sip-client
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.littleshoot</groupId> <artifactId>sip-client</artifactId> <version>1.0.3</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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.littleshoot</groupId> <artifactId>sip-client</artifactId> <packaging>jar</packaging> <version>1.0.3</version> <name>LittleShoot SIP Client</name> <url>http://www.littleshoot.org</url> <organization> <name>LittleShoot</name> <url>http://www.littleshoot.org</url> </organization> <licenses> <license> <name>GNU General Public License Version 2</name> <url>http://www.gnu.org/licenses/gpl.txt</url> <distribution>repo</distribution> </license> </licenses> <parent> <groupId>org.littleshoot</groupId> <artifactId>parent</artifactId> <version>1.0.3</version> </parent> <scm> <connection>scm:git:https://adamfisk@github.com/adamfisk/littleshoot-sip-client.git</connection> <developerConnection>scm:git:https://adamfisk@github.com/adamfisk/littleshoot-sip-client.git</developerConnection> <url>https://adamfisk@github.com/adamfisk/littleshoot-sip-client.git</url> </scm> <developers> <developer> <id>adamfisk</id> <name>Adam Fisk</name> <email>a@littleshoot.org</email> <organization>LittleShoot</organization> <organizationUrl>http://www.littleshoot.org/</organizationUrl> <roles><role>Developer</role></roles> <timezone>-5</timezone> </developer> </developers> <dependencies> <dependency> <groupId>org.littleshoot</groupId> <artifactId>dnssec4j</artifactId> </dependency> <dependency> <groupId>org.littleshoot</groupId> <artifactId>mina-util</artifactId> <version>${ls.version}</version> </dependency> <dependency> <groupId>org.littleshoot</groupId> <artifactId>offer-answer</artifactId> <version>${ls.version}</version> </dependency> <dependency> <groupId>org.littleshoot</groupId> <artifactId>sip-stack</artifactId> <version>${ls.version}</version> </dependency> <dependency> <groupId>org.littleshoot</groupId> <artifactId>stun-stack</artifactId> <version>${ls.version}</version> </dependency> <dependency> <groupId>org.littleshoot</groupId> <artifactId>util</artifactId> <version>${ls.version}</version> </dependency> </dependencies> </project>